This is a simple todo app where you can manage your tasks.
- Add new tasks
- Delete tasks
- Edit tasks
- Mark tasks as complete
- React
- JavaScript
- HTML/CSS
- LocalStorage for data persistence
- Clone the repository
- Install dependencies with
npm install
- Run the app with
npm start
- Click the "Add Task" button to add a new task
- Click the trash icon next to a task to delete it
- Click the pencil icon next to a task to edit it
- Click the checkbox next to a task to mark it as complete
Feel free to contribute to this project. Just fork the repository, make your changes, and submit a pull request.