A simple and lightweight Todo List web application built with React.js and Tailwind CSS.
Keep track of your tasks effortlessly with the ability to add, edit, complete, and delete todos. All your tasks are stored in localStorage, so they persist even after refreshing the page.
- β Add tasks quickly and easily
- βοΈ Edit tasks inline without leaving the page
- β Mark tasks as completed or uncompleted
- ποΈ Delete tasks you no longer need
- πΎ Data persistence using localStorage
- React.js
- Tailwind CSS
- JavaScript
- Clone the repository:
git clone https://github.com/Nikhildhasmana89/react-todo-app.git npm install npm run dev

