Skip to content

janitastic/Lets-Getaway

 
 

Repository files navigation

Your Next Big Getaway

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.

demogif

Contributor

Jani Palomino - @janitastic

With code review by Ivonne Hernandez, Mike Limberg, and Rachel Williams.

Goals and Objectives

  • 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

Technologies Used

  • The fetch API to retrieve and add data
  • Sass for styling
  • Mocha and Chai for code testing

User Interface

Agent Interface


Developer Setup Instructions

  1. In your terminal clone down this api, by entering git@github.com:turingschool-examples/travel-tracker-api.git on your command line.
  2. Then cd into server/travel-tracker-api
  3. Run npm install in your command line.
  4. Followed by npm start
  5. Open another tab in your command line (Press cmd/ctrl + T)
  6. Clone down this repo git@github.com:janitastic/Your-Next-Big-Getaway.git
  7. After cloning the repo, in your command line run npm install to install the library dependencies.
  8. After the install completes, run npm start in your terminal.
  9. ‼️ Then visit http://localhost:8080/ in your browser window.

Wins & Challenges

Future Additions

Resources

About

A travel planning and trip tracking application.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • SCSS 58.1%
  • JavaScript 41.9%