An all in one travel planning and trip tracking application for both travelers and their travel agents! A traveler can planning their next big adventure, and the travel agents can help book their trip.
Jani Palomino - @janitastic
With code review by Ivonne Hernandez, Mike Limberg, and Rachel Williams.
- Use OOP to drive the design of the application and the code
- Work with an API to send and receive data
- Solidify the code review process
- Create a robust test suite that thoroughly tests all functionality of a client-side application
- The fetch API to retrieve and add data
- Sass for styling
- Mocha and Chai for code testing
- In your terminal clone down this api, by entering
git@github.com:turingschool-examples/travel-tracker-api.git
on your command line. - Then
cd
intoserver/travel-tracker-api
- Run
npm install
in your command line. - Followed by
npm start
- Open another tab in your command line (Press
cmd/ctrl + T
) - Clone down this repo
git@github.com:janitastic/Your-Next-Big-Getaway.git
- After cloning the repo, in your command line run
npm install
to install the library dependencies. - After the install completes, run
npm start
in your terminal. ‼️ Then visithttp://localhost:8080/
in your browser window.