A basic To-Do List app made with React, JavaScript, HTML, and CSS. This app allows you to store, edit, modify, and delete tasks.
This is a basic To-Do List app created using React, JavaScript, HTML, and CSS. It allows you to manage your tasks efficiently by providing features to add, edit, modify, and delete tasks.
- Add new tasks
- Edit existing tasks
- Mark tasks as completed
- Remove tasks
- Filter tasks (e.g., show only completed tasks)
To run the To-Do List app locally, follow these steps:
-
Clone the repository:
git clone https://github.com/your-username/todo-list-app.git
cd todo-list-app npm install