Skip to content

EthanDuvall/Travel-Tracker

 
 

Repository files navigation

Travel Tracker

This project / application tracks you flight history as well as allowing you to book new flights! Using Html JavaScript And Scss

Installation

  • Clone down repo to your machine as well as the back end Here
  • After youve coloned both repos down run "npm install" in both terminals for repositories
  • Once thats been done run "npm start" in both terminals for repositores
  • Next the server should be running in your browser at http://localhost:8080
  • Use the login it is traveler(and number 1-50) ex. traveler40 and the password is travel

Preview

animated 3

animated 4

Wins

  • Am happy with how the UI turned out
  • happy with my pending and my past trips "tabs" look and function
  • Another win is the functionality of this project i feel I did well on keeping mostly small and pure functions

Struggles

  • A struggle I had was when posting I didn't realize that the value of the forms is all strings and so when I tried to post it wouldn't work due to the value i was pulling being a string when it needed to be a number and I fixed this by putting it in a Number() function
  • Another struggle was deciding the design honestly it took me a few days to even decide on what I wanted this project to look like and while I'm happy with it currently I still feel it is really basic and could be better but i unfortunately don't know how to

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 78.1%
  • SCSS 21.9%