Skip to content

Latest commit

 

History

History
84 lines (50 loc) · 2.96 KB

README.md

File metadata and controls

84 lines (50 loc) · 2.96 KB

Project Title:

MERN-ToDo

Project Description:

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.

Tech stack consisting of

React

Node

Express

Typescript

mongodb

Heroku

How to use this app locally?

Pre-requisites

  • Have Node installed on your machine.

  • Install the following dependencies Frontend and Backend:

    1. Run npm install within root folder TO-DO-LIST and within frontend/todo

Setting up instructions

  1. Open terminal
  2. Run the following commands:
  • clone this repo
git clone https://github.com/DasNilima/ToDo-Typescript.git 

cd frontend/todo

  • npm install
  • npm start
  • localhost:3000 to see the live locally

Chanllenges faced

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.

Acknowledgments