By, Subhadip Maity
A Todo List App is a simple application that helps users manage tasks they need to complete. This app allows users to add, view, delete, and edit tasks, making it easier to stay organized and track progress. The tasks are stored in local storage to maintain data even after the app is closed.
git clone https://github.com/SontuCoder/ToDo_List.git
cd ToDo_List
npm install
npm run dev
Add task:
In Desktop screen:
Feel free to customize and improve the application.