Skip to content

ShahidAkhtar777/What_A_Trip

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What_A_Trip

Welcome to What_A_Trip, a travel planner application that helps you find the shortest path between two cities with the option of using at most one plane in your journey. The project is built using Node.js, Express.js, and JavaScript. The application visually displays the cities, their distances, and the mode of transport (bus or plane) using yellow and green lines, respectively, on an interactive graph using vis.js.

What_A_Trip Screenshot

Live Demo

Check out the live demo of the application: What_A_Trip Live Demo

Getting Started

Follow these instructions to set up the project on your local machine.

Prerequisites

Make sure you have the following tools installed on your system:

Installation

  1. Clone the repository using Git:

    git clone https://github.com/your-username/What_A_Trip.git
  2. Change into the project directory:

    cd What_A_Trip
  3. Install the required dependencies:

    npm install

Usage

  1. Start the server:

    npm run dev
  2. Open your web browser and navigate to http://localhost:3000 to access the application.

  3. Select the source city and destination city from the list of available cities.

  4. Click on the "Find Shortest Path" button to calculate the shortest path between the selected cities.

  5. The application will display the shortest path on the graph, considering at most one plane in the journey.

Contributing

We welcome contributions to make What_A_Trip even better! If you have any suggestions, bug reports, or improvements, please feel free to open an issue or submit a pull request.

License

This project is licensed under the MIT License.

Acknowledgments

  • The project utilizes vis.js for interactive graph visualization.
  • Special thanks to the open-source community for their valuable contributions and support.

Contact

If you have any questions or feedback, you can reach us at shahidakhtar016@gmail.com.

Happy traveling with What_A_Trip! ✈️🚌

About

A Travel Planner for visiting cities with interesting features !!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors