Todo manager is an app designed to keep track of to do. The app is split into
2 parts, backend and frontend (client). Development of each part is done in their respective branch
before being merged into the main
branch.
The app is deployed here: https://todo-eta-nine.vercel.app
Note that work around for cookie was done to allow the backend and frontend to be hosted on heroku and vercel respectively.
Branch: backend For more information of backend, refer to this
Branch: client