/flightTracker

Primary LanguageJavaScript

Flight Tracker

by: Justin Volk github

Setup

clone the repo

Then install the library dependencies. Run:

npm install

To verify that it is setup correctly, run npm start in your terminal. Go to http://localhost:8080/


Project Description

This project is a visual representation of using a travel api. It pulls data from multiple sources to display info on the dom. There is a seperate login for the user(traveler) and the travel agency. The user can see their past, present, future and pending trips. The travel agent can see all pending trips and approve them. They can also see the total amount earned for this year.


Goals

  • use and interact with apis. Using fetch, post, delete.
  • manipulating said data to display on the page
  • setting up different pages based on the user type
  • making the home page dynamic based on the users data/login
  • WebPack and Sass
  • time management
  • TDD
  • accessibility

Challenges

  • time

Wins

  • working with apis
  • learning intricacies of webpack
  • sass

Programing Languages Used

  • HTML, JavaScript, SCSS

Screenshots

Imgur