Skip to content

KyozuFR/ParkingLR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ParkingLR

ParkingLR is a JavaFX application that allows users to manage and visualize parking data. The application provides functionalities to import parking data from a CSV file, filter and sort the data, and display it on a map.

Prerequisites

  • Java 8 or higher
  • Maven

Installation

  1. Clone the repository:

    git clone https://github.com/KyozuFR/ParkingLR.git
    cd ParkingLR
  2. Update the path of the JRE in the pom.xml file to match the JRE path on your system (line 136).

  3. Build the project using Maven:

    mvn clean install

Usage

  1. Run the application:

    mvn javafx:run
  2. Use the GUI to import a CSV file containing parking data.

  3. Filter and sort the parking data using the provided text field and radio buttons.

  4. View the parking data on the map and in the table.

Dependencies

  • JavaFX
  • Maven Compiler Plugin
  • Maven Assembly Plugin
  • Launch4J Plugin

License

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

About

One of my university java projects, done with my friend @AmauRizz

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors