https://github.com/hemmouda/parking-lot
A simple parking lot simulator
https://github.com/hemmouda/parking-lot
gui java logs lot parking parkinglot simple
Last synced: 1 day ago
JSON representation
A simple parking lot simulator
- Host: GitHub
- URL: https://github.com/hemmouda/parking-lot
- Owner: hemmouda
- License: mit
- Created: 2025-04-20T17:03:35.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-04-20T17:09:17.000Z (about 1 year ago)
- Last Synced: 2025-04-20T18:23:13.406Z (about 1 year ago)
- Topics: gui, java, logs, lot, parking, parkinglot, simple
- Language: Java
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Parking lot 
A small Java GUI app that simulates a parking lot management system. I made it
for a school _project_ back in 2021. I only found the compiled code, so I decompiled it.
I added a maven file to make it easily to build:
```bash
mvn clean compile exec:java
```