A full-stack todo application with authentication and database persistence.
| Frontend | Backend | Database | Other |
|---|---|---|---|
| React 19 | Express | MongoDB | JWT Auth |
| Vite | Node.js | Mongoose | Zod Validation |
- React Frontend - Modern UI with React 19 and Vite for blazing fast dev experience
- Express Server - RESTful API with JWT authentication
- MongoDB - Persistent data storage with Mongoose ODM
- Validation - Type-safe data validation with Zod