This application allows two types of users to log in to a trip management interface. An traveler can see their trips and total amount spent on travel, request a new trip, and see the estimated cost of that trip.
- Charles Wefso (GitHub: CWefso)
- Access and manipulate data from an API.
- Working with prototype methods.
- Time and project management.
- SCSS/CSS exposure and practice.
- Object inheritance.
- Clone down this repo
- cd into that directory
- npm install
- npm start
- go to "http://localhost:8080/"
This page displays the users hydration, sleep, and activity data.
Requesting a new trip will post the trip to the trips API.
An agent can approve a trip by typing in its ID number.
In this project I successfully made HTTPS requests to access and manipulate the data in an API. I used multiple array prototype methods to organize and alter that data, based on interaction with a user interface.
- JavaScript
- Mocha/Chai
- HTML/CSS/SCSS
- Web APIs
- git/Version Control

