This is a beginner-friendly project, ideal for learning the core concepts of MVC, data handling, and user interaction within a structured application.
The application supports the following core functionalities:
-
β List All Cars
Display a list of all currently parked cars. -
β Add a Car
Add a new car to the parking lot by providing relevant car details (e.g., make, model, license plate). -
β Delete a Car
Remove a car from the parking system using its unique identifier (e.g., license plate or ID).
- C#
- .NET / .NET Core (Console or ASP.NET MVC, depending on your implementation)
- MVC Architectural Pattern
- In-Memory Storage (List or Dictionary)