Skip to content

A travel tracker app written in vanilla JS. Utilizes GET & POST

Notifications You must be signed in to change notification settings

chalstead16/Git-Away

Repository files navigation

Git-Away Travel Tracker


Table of Contents

introduction

The goal of Git-Away was to create a travel tracker for either personal or corporate use. A traveler can keep track of their travel details and expenses, as well as request new travel from their Git-Away agent.

This was a solo project during Mod 2 of Turing School of Software and Design. The project spec can be found here.

This project uses Test Driven Development and Object Oriented Programming practices for its design.

Screen Shot 2022-03-08 at 10 24 14 PM

how to run

  1. Fork the repository
  2. Clone down your new, forked repo
  3. cd into the repository
  4. Run npm install in the CLI
  5. Run npm start in the CLI
  6. Open the site by copying and pasting the server location in your URL bar

technologies

The technology used to create Git-Away was:

  • webpack
  • localAPI
  • fetch/async
  • JSON
  • JavaScript
  • CSS
  • HTML
  • Mocha & Chai
  • VS Code & Atom

future improvements

Future improvements I would like to add would be a set-time out for the request form. After a few seconds of being idle, the form would reset for a new search. I added three buttons to organize the traveler dashboard, but needed more time to add the logic. And as always, CSS is never complete. I am challenging myself to learn SCSS over intermission, and would like to refactor to include SCSS in future iterations.

contributors

This application was built by Casey Halstead, with peer review from Brenda Sotelo

About

A travel tracker app written in vanilla JS. Utilizes GET & POST

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published