- npm install inside both ./frontend/ and ./backend/
- you can start the frontend server by running
npm run dev
inside ./frontend/ and the backend server bynpm run start:dev
- vite because its fast
- reactjs
- tailwind to maintain code readability and avoid naming classes
- ant design icons
- Sweet Alert
Route | Functionality |
---|---|
./ | landing page |
/login | login page |
/register | registration page |
/today | today's tasks |