A valet parking management system built in Ruby. This console-based application allows you to initialize a garage with small, medium, and large parking spots. Park and exit cars based on their size and license plate number, ensuring efficient parking space allocation.
- Initialize garages with varying spot sizes (small, medium, large)
- Park cars based on size and license plate number
- Exit cars using their license plate number
- Simple and intuitive console interface
To get a local copy up and running follow these simple example steps.
If you dont have Ruby installed on your computer, you can download it from here.
Once you have installed ruby, you can follow this list:
$ git clone https://github.com/PinkMoon25/valet-parking-management.git
you@your-Pc-name:~$ cd valet-parking-management
ruby main.rb
👤 Tushar Singh
- GitHub: @PinkMoon25
- Twitter: @twitterhandle
- LinkedIn: LinkedIn
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
This project is MIT licensed.