Full-stack to-do list application built with:
- React (frontend)
- Node.js + Express (backend)
- User login
- Task management (add, delete, complete)
- Priority levels
- Calendar view
- React + Vite
- Node.js + Express
- PostgreSQL (planned)
🚧 In development
MVP Scope
- Login page (frontend only for now)
- Dashboard page
- Add / delete / complete tasks
- Priority levels
- Calendar view with task indicators
- A lot of react problems(pages wouldnt be loading)
- Finding good stytles to use to make the website give it that look
- Looking at different videos for Authcontext and provider and how
- AI assistant
- Notifications
- Smart scheduling
{ id: string, title: string, priority: "high" | "medium" | "low" | "least", completed: boolean }