Skip to content

ivanPeshterskii/ParkingSystem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ParkingSystem

🚗 Simple Parking System (MVC Application)

📋 Project Description

This is a beginner-friendly project, ideal for learning the core concepts of MVC, data handling, and user interaction within a structured application.


💡 Features

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


🏗️ Technologies Used

  • C#
  • .NET / .NET Core (Console or ASP.NET MVC, depending on your implementation)
  • MVC Architectural Pattern
  • In-Memory Storage (List or Dictionary)

📁 Project Structure

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors