A simple and lightweight Todo application built with React. It allows users to create, complete, and manage their daily tasks. All todos are stored in the browser using Local Storage, so your tasks remain available even after refreshing the page.
- ➕ Add new todos
- ✅ Mark todos as completed
- 💾 Persistent storage using Local Storage
- ⚡ Fast and responsive React interface
- 📱 Simple and clean UI
- React
- JavaScript (ES6+)
- TailwindCSS
- Local Storage API