Technologies Used: Bundled with webpack, TDD (with mocha, chai, spies), HTML, Sass, jQuery, OOP ES6, Fetch API for receiving 3rd party data
Exploration Travel is an appication I built during my time at Turing School of Softwar and Design. For this project, the goal was to create an application to manage and track different trips for users and travel agencies. Travelers can log on and see their past, present and upcoming trips. Travelers can also create new trip requests. An Agent can log on and approve pending trips for various travelers. And search for individual travelers.
- clone the repo to your local machine
- run npm install to download all necessary dependencies
- run npm start to run the server
- open localhost:8080 (unless your terminal says otherwise)
- use agency as username and traveler2020 as a password to go to an agency's board
- Use traveler + number (between 1-50) immediately preceding 'traveler' (the number is an id of a user) and travel2020 as the password to go to an user page