An application that allows you to add,edit and delete tasks easily and ensures they remain persisstent even after page reload
- Add new tasks to the list
- Toggle task completion status to mark tasks as completed without deleting them
- Delete tasks from the list
- Update/edit task details
- persistent storage saves tasks to local storage so they are not lost on page reload
Clone the project
git clone https://github.com/AtharvaD-coder/Todo.gitGo to the project directory
cd Todo/todoApplicationInstall dependencies
npm installStart the server
npm run start