Turing School of Software and Design Mod 2 Final Project

Bill's Travel Tracker

Setup

  1. Clone down this repo

  2. Then install the library dependencies. Run:

npm install
  1. Run npm start in your terminal.

  2. Go to http://localhost:8080/ in your browser and you should see the page!

  3. When ready to quit hit ctrl + c in your terminal to stop the server.

GIF

Learning Goals

  1. Utilize APIs
  2. Utilize Fetch: GET, POST, & DELETER
  3. Testing all files, including sad paths
  4. Testing with Chai Spies
  5. SRP and DRY code
  6. Create a DomUpdates file to handle DOM changes
  7. Get more practice with SASS

Contributor