Figma Design: https://www.figma.com/design/GlWARTsSKjNgPoFhP4cA2w/TodoApp?node-id=0-1&t=OsY6HiCWxyxyi4nn-1
Documentation: https://huzaifabanegar.atlassian.net/l/cp/6mk8RKhi
How to get started?
- Clone the repo
- Open two terminals
- On first, Move to client-side folder and type -> npm install (download all the dependecies)
- On second, Move to sever-side folder and type -> npm install (download all the dependecies)
- type npm run dev to run on both the server
- Enjoy the app! ( Need to connect MongoDb as well )