MERN-ToDo
Mern-Todo is a quick on the go checklist application that allows a user to quickly reference and maintain awareness on their respective things to do for a respective tme period. The todos are saved to and recalled from a database via server. Inspiration for this design is from the mobile checklists used on a daily basis.
Pre-requisites
-
Have Node installed on your machine.
-
Install the following dependencies Frontend and Backend:
- Run npm install within root folder TO-DO-LIST and within frontend/todo
- Open terminal
- Run the following commands:
- clone this repo
git clone https://github.com/DasNilima/ToDo-Typescript.git
- npm start (both frontend & backend part)
- server is running on http://localhost:4001
- npm install
- npm start
- localhost:3000 to see the live locally
There were a few challenges that came up during the development of the application. Firstly, working with CRUDs with POSTMAN, I had some difficulty posting an updated state object to a database, then implementing all the code of components and importing to the app.js, also got some issues when tried to rendering the page locally. Lastly, also having some difficulty while tried to remote hosting of a project via heroku deployment. However, all these challenges helpful to clarify the concept and how to deal with every situation through troubleshooting appraoch.