Skip to content

Milestone Project: 2 ( SD- UNLV Bootcamp)

Notifications You must be signed in to change notification settings

DasNilima/ToDo-Typescript

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

79 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Milestone Project: 2 ( SD- UNLV Bootcamp)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 53.9%
  • CSS 17.8%
  • JavaScript 17.8%
  • HTML 10.5%