Skip to content

AstonTravel is a simple text-based Travel Planner application built in Java, designed to help users explore information about various tourist destinations, find nearby locations, calculate distances, and plan the shortest travel path covering desired cities.

License

Notifications You must be signed in to change notification settings

Moeez-Muslim/AstonTravel---Travel-Planner-Application

Repository files navigation

AstonTravel - Travel Planner Application

AstonTravel is a simple text-based Travel Planner application built in Java, designed to help users explore information about various tourist destinations, find nearby locations, calculate distances, and plan the shortest travel path covering desired cities.

Features

  • Destination Information: View details about either all destination cities or a specific city.
  • Nearby Destinations: List nearby destination cities based on the user's current location.
  • Distances Between Destinations: Compute and store the distances between any two destinations.
  • Shortest Travel Path: Find and display the shortest travel path that covers all the desired cities.

Getting Started

  1. Clone the Repository:

    git clone https://github.com/Moeez-Muslim/AstonTravel---Travel-Planner-Application.git
  2. Compile and Run:

    cd AstonTravel/src
    javac astonTravel/Main.java
    java astonTravel.Main
  3. Follow the On-screen Instructions:

    • Use the provided menu options to explore different features of the application.

Project Structure

  • src/astonTravel: Contains the source code for the application.
  • src/astonTravel/Utility.java: Utility functions for reading data and calculating distances.
  • destinations.csv: Sample CSV file containing tourist destinations data.

Contributing

Contributions are welcome! Please feel free to submit issues or pull requests.

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

AstonTravel is a simple text-based Travel Planner application built in Java, designed to help users explore information about various tourist destinations, find nearby locations, calculate distances, and plan the shortest travel path covering desired cities.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages