This is a simple C# project using .NET for a parking system. The program allows managing a virtual parking lot by adding, removing, and listing vehicles.
- Vehicle Registration: Add vehicles to the parking lot by providing the vehicle's name.
- Vehicle Removal: Remove vehicles from the parking lot by providing the car's plate and the number of hours it was parked.
- Vehicle Listing: View all parked vehicles.
-
Initial Setup:
- Make sure you have .NET SDK installed.
- Clone this repository:
git clone https://github.com/devleo-m/dotnet-parking.git
-
Running the Program:
- Navigate to the project directory:
cd dotnet-parking
- Run the program:
dotnet run
- Navigate to the project directory:
-
Interacting with the Program:
- Follow the instructions displayed in the terminal to:
- Add vehicles (option 1)
- Remove vehicles (option 2)
- List parked vehicles (option 3)
- Exit the program (option 4)
- Follow the instructions displayed in the terminal to:
- Program.cs: Contains the main logic of the program, including user interaction.
- Estacionamento.cs: Class managing parking operations like adding, removing, and listing vehicles.
- Language: C#
- Framework: .NET Core
- Recommended IDE: Visual Studio Code
No Specific License! You Make the Rules! 🎉
This project is entirely open to everyone. Feel free to use, modify, share, and have fun with the code. :P
😄🚀