Skip to content

Hpablo08/travel-tracker-project

Repository files navigation

Traveler-Tracker

Table of Contents

Overview

This project is part of Turing Software and Designs' Front-End Program, Module 2. This application is a chance for students to build a travel tracker app that allow users to request a trip from a travel booking agency. This Solo Challenge exclusively uses array-prototype methods whenever iterations need to be performed. There are no for loops used in the program. A Webpack starter-kit was provided, but all code and tests are written by the assigned developer. This program uses Object Oriented Programming to drive the design of the application and the code. This program focuses on working with an API to send and receive data (via fetch functions), the use of Sass alongside traditional css, and Mocha and Chai for testing class functions.

Setup

  • Clone this repository to your local machine
  • Clone the Local server as well to view client data Here
  • cd into the project
  • Run npm install to install project dependencies
  • Run npm start to launch the live server
  • Copy and paste the provided localhost URL into your browser
  • Explore and enjoy!

##Technologies

  • JavaScript
  • CSS
  • HTML5
  • Mocha
  • Chai

Screenshots

Example Login
Screenshot of login screen


Example DashBoard
Screenshot of dashboard


Additional gif of application performing various functional actions


Features

  • Allow users to login to a specific traveler's data.
  • Allow users to select how many travelers, how long of a trip, and what destination they would like to go to.
  • The application offers users to see the trip estimate with the agency fee prior to booking a trip
  • The application allows you to request a trip and the DOM will update showing the new 'Pending' trip on the dash board.

Links

  • The spec for this project can be found here.

Contributors

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published