This mobile focused application is designed to keep track of all your To-dos and inspire a sense of excitement with the countdown clock!
- Node
- React
- shying away from class usage to experiment and learn the useState and useEffect hooks
- Express
- easily establish router and middleware
- using Axios for HTTP req
- MongoDB
- Mongoose for modeling
Work in progress...check back soon for universal application as it is currently geared towards my individual use!
- clone/fork the repo
- install dependencies at the root (using
npm i
will cd into/client
also) - seed a MongoDB with 3 documents following the existing todos model
- will include a default seed soon!
- run
npm run start
and have local:3000 and 3001 free - Enjoy!