A task manager app built with React and Tailwind CSS that helps you add and manage tasks efficiently. Users can add tasks, mark them as complete and delete them when no longer needed. Tasks persist across sessions using the browser's Web Storage API, so your data is never lost on reload.
- Add a task
- Delete a task
- Mark task as complete
- Filter task on the basis of completion
- Tasks persist across sessions
React, Vite, Web Storage API (localStorage), Tailwind CSS
Run these in your terminal one by one:-
git clone https://github.com/priyanshuyadavv19/task-manager.git
cd task-manager
npm install
npm run dev
Made by Priyanshu Kumar Yadav