This is a simple todo list app built with [Vite] and [React]. You can add, edit, delete, and mark tasks as done. You can also filter tasks by status (all, active, or completed) and clear all completed tasks.
- Fast development with Vite
- Modern UI with React
- Local storage persistence
- Responsive design
To run this app locally, you need to have [Node.js] and [npm] installed on your machine.
- Clone this repo:
git clone https://github.com/Aswin2702/ToDo-List-React.git - Go to the project folder:
cd todo-list-vite-react - Install dependencies:
npm install - Start the dev server:
npm run dev - Open
http://localhost:5173in your browser
This project is licensed under the MIT License. Copyright © 2023 Aswin
