Travel Tacker

Abstract

  • an application to manage and track different trips for users and a travel agency

Technologies

JavaScriptHTML5CSS3MochaNodeJSWebpack

Features

Possible Future Extensions

Milestones

Challenges

  • When you first jump into the site, the program is running a load on the window event listener to instantiate all the data before you even login, and I acknowledge this. However, I made this decision, because I need to be able to check the username and password against the data first before I can even show a user's profile. I acknowledge that this isn't a real world application and it will be something I will be refactoring to my code later on.

Set Up

  1. Clone the following repos
    git clone git@github.com:BertoCruz/Travel-Tracker.git
    git clone git@github.com:turingschool-examples/travel-tracker-api.git
  2. Install and run both NPM packages for both repos
    npm install
    npm start
  3. Enter the following url in your browser: http://localhost:8080/
  4. Explore the website

Sources

Contributors

Project Specs

  • The project spec & rubric can be found here