The TODO App is a simple task management application that allows users to create, read, update and delete (CRUD) tasks efficiently. Built with modern web technologies, it provides a user-friendly interface for managing daily tasks.
- ✅ Add New Tasks
- 🔍 Views all Tasks
- 📝 Edit Existing Tasks
- ❌ Delete Tasks
- 🎨 Responsive and Clear UI
- Frontend: NextJS-Client (with TypeScript), Tanstack Query (React Query), Tailwind CSS, Shadcn-UI
- Backend: NextJS-Server (with TypeScript), fetch (Api Fetch)
- Database: MongoDB
- Deployment: Vercel (Backend and Frontend)