Explore the docs »
·
Report Bug
·
Request Feature
This project was intended to introduce students to the concept of making Get and Post requests from a locally hosted API. There was an emphasis on use of OOP to drive the design of the application.
The application allows for users to login to the site and view trips of thiers, past, present, pending and future. Users can select from a drop down menu thier destination, input their number of days, and number of travelers. When their request has been submitted, the file is sent to the agnency, and appears as pending in on their screen.
To get a local copy up and running follow these simple steps.
- Clone the repo
git clone https://github.com/justincanthony/travel-tracker.git
- Install NPM packages
npm install normailze.css
See the open issues for a list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request