Skip to content

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.

Notifications You must be signed in to change notification settings

devleo-m/dotnet-parking

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

.NET Parking System

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.

Features

  • 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.

How to Use

  1. Initial Setup:

    • Make sure you have .NET SDK installed.
    • Clone this repository: git clone https://github.com/devleo-m/dotnet-parking.git
  2. Running the Program:

    • Navigate to the project directory: cd dotnet-parking
    • Run the program: dotnet run
  3. 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)

Project Structure

  • Program.cs: Contains the main logic of the program, including user interaction.
  • Estacionamento.cs: Class managing parking operations like adding, removing, and listing vehicles.

Technologies Used

  • Language: C#
  • Framework: .NET Core
  • Recommended IDE: Visual Studio Code

License?

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

😄🚀

About

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages