A simple React todo app where users create a username, complete tasks, earn points, level up, and unlock badges. All data is stored in LocalStorage.
- Create and save a username with localStorage
- Add, complete, and clear todos
- Earn points and level up
- Unlock badges at milestone levels 3, 5, 10, 20, 30
- Data persistence via LocalStorage (Local in the web browser)
- Simple and responsive design
- React
- Vite
- Javascript
- LocalStorage
- jsx
