A task tracker built with React. Add tasks, view them, mark them completed, delete, and filter.
- Add, view, complete, delete tasks
- Filter: All / Pending / Completed
- LocalStorage persistence
- Dark/light theme toggle
- Fully responsive
git clone task-tracker
cd task-trackernpm install
npm run devVisit http://localhost:5173
- Build the project:
npm run build- Go to Netlify.
- Drag and drop the
distfolder into Netlify dashboard. - Netlify will deploy your app in a few minutes.
Visit your Netlify domain and test adding, viewing, completing, deleting, and filtering tasks.