Skip to content

A responsive and feature-rich Todo List application built with React, JavaScript, and local storage for persistent data storage.

License

Notifications You must be signed in to change notification settings

ahiraniket/todo-list-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

📝 To-Do List

image

Description

React Todo List is a sleek and efficient web application built using React, a popular JavaScript library for building user interfaces. It allows you to manage your tasks effectively by providing features such as task creation, editing, completion tracking, and deletion. Stay organized and boost your productivity with this intuitive Todo List!

Features

  • Create tasks with detailed descriptions
  • Edit existing tasks to update their details
  • Mark tasks as completed to track your progress
  • Delete unnecessary or completed tasks effortlessly
  • Responsive design for a seamless experience across devices
  • Automatic data persistence using local storage
  • Beautiful and intuitive user interface

Technologies

  • React - A JavaScript library for building user interfaces
  • JavaScript - The programming language used for application logic
  • HTML - The markup language for creating the application structure
  • CSS - The styling language for designing the user interface
  • Local Storage - Used for persistent data storage within the browser

Installation

To install and run the React Todo List application on your local machine, follow these steps:

1. Clone this repository:

git clone <repository-url>

2. Navigate to the project directory:

cd todo-list

3. Install the required dependencies:

npm install

4. Start the development server:

npm start

Open your web browser and visit http://localhost:3000 to view the application.

Usage

  • Add a new task by entering the task description.
  • Click on a task to mark it as completed.
  • To edit a task, click on the edit icon and modify the task details in the form.
  • To delete a task, click on the delete icon.
  • Stay organized and track your progress using the intuitive user interface.

About

A responsive and feature-rich Todo List application built with React, JavaScript, and local storage for persistent data storage.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published