Skip to content

KyleMBoomer/hotel-tracker

 
 

Repository files navigation

Welcome to Travel Tracker

Installation

  • Fork this repo by clicking the Fork button in the upper right hand corner of this page.
  • Open your Forked repo in your profile and click the Code button.
  • Copy that link into your Terminal and run git clone [copied link]
  • CD into that directory in your terminal and type in npm i, then npm start.
  • Clone this repo onto your machine, and in another terminal window, run npm i/npm start. This will run the back end.
  • This will open the app in your browser. Sign in with username traveler${1-50}, password: travel. Book some trips!

Functionality

Using just "vanilla" JavaScript (ES6), this app enables users to purvey offered destinations, select one, and to book a trip. This trip will then be posted to the user's "Pending Trips" in the app. Users may also view past booked trips for themselves. There are destinations from all over the world, so take a good look at all of them!

Contributors

This is a solo project for me. Feel free to contact me to collaborate! Email: [email protected] LinkedIn

License

All license under Turing School of Software and Design c 2024

About

Project starter kit utilizing webpack

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 91.6%
  • CSS 8.4%