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: kylemboomer@gmail.com
LinkedIn
License
All license under Turing School of Software and Design c 2024