A Java-based parking management system that efficiently manages a 100-meter parking space with automated space allocation and fee calculation.
- Dynamic space allocation based on vehicle length
- Automatic merging of adjacent free spaces
- Real-time parking status monitoring
- Fee calculation based on duration
Vehicle Type | Length (m) | Rate (per hour) |
---|---|---|
π Truck | 7 | $15 |
π Bus | 10 | $15 |
π Car | 5 | $10 |
ποΈ Motorcycle | 2 | $5 |
- Java
- Swing (GUI)
- OOP Principles
Watch the full demonstration of the Vehicle Parking Management System in action: