A simple todo app built with React for task management.
- React
- JavaScript
- CSS
Clone the repository and install dependencies:
git clone https://github.com/yourusername/todo-app-react.git
cd todo-app-react
npm install
npm start
-
Add a Task:
- Type the task name in the input field.
- Click the 'Add' button to add it to the list of tasks.
-
Mark Task as Completed:
- Click the checkbox next to a task to mark it as completed. Completed tasks will appear with a strike-through.
-
Delete a Task:
- Click the 'Delete' button next to any task to remove it from the list.
-
Filter Tasks:
- You can filter tasks to view only completed tasks, active tasks, or all tasks.