A simple React Todo App that lets you add, complete, and delete tasks — with full data persistence using localStorage
. Todos remain even after refreshing the page.
- Add, complete, and delete todos
- Checkbox toggle for marking completed tasks
- Todos persist after browser refresh via
localStorage
- Clean and minimal UI
- React
- JavaScript (ES6+)
- React Hooks (
useState
,useEffect
) - Inline CSS styling
npm install
npm start
🔗 Live Demo: https://todo-app-mu-roan-65.vercel.app/
This app is part of my React Projects Portfolio.