Project Issues

Travel-Tracker


Explore the docs »

· Report Bug · Request Feature

Table of Contents

  1. About The Project
  2. Usage
  3. Roadmap
  4. Contributing
  5. Contact

About the Project

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.

Built With

Getting Started

To get a local copy up and running follow these simple steps.

Installation

  1. Clone the repo
    git clone https://github.com/justincanthony/travel-tracker.git
  2. Install NPM packages
    npm install normailze.css

Roadmap

See the open issues for a list of proposed features (and known issues).

Contributing

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.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

Contact

justincanthony@gmail.com