Skip to content

CampusMap is a Java application that allows users to manage and navigate the University of Ghana campus map. read more in readme

Notifications You must be signed in to change notification settings

saintdannyyy/CampusMap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CampusMap

Project Description

CampusMap, as part of a school work is a Java application that allows users to manage and navigate a campus map. It provides functionalities to add locations, calculate distances, find the shortest path between locations, and filter routes based on distance, arrival time, and landmarks.

Installation Instructions

  1. Clone the repository:
    git clone https://github.com/saintdannyyy/CampusMap.git
    
  2. Navigate to the project directory:
    cd CampusMap
    
  3. Build the project using Maven:
    ./mvnw clean install
    

Usage Instructions

  1. Run the application:
    ./mvnw javafx:run
    
  2. Use the UI to select the source and destination locations.
  3. Click the "Calculate" button to find the shortest path and display the results.

Contributing Guidelines

  1. Fork the repository.
  2. Create a new branch for your feature or bugfix:
    git checkout -b feature/your-feature-name
    
  3. Commit your changes:
    git commit -m "Add your commit message"
    
  4. Push to the branch:
    git push origin feature/your-feature-name
    
  5. Create a pull request.

License Information

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

About

CampusMap is a Java application that allows users to manage and navigate the University of Ghana campus map. read more in readme

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages