travisbyr / Vehicle-System

A C# vehicle identification system designed for car rental systems.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vehicle System

Objective

I created an application with the purpose of storing information about rental cars while making sure that I create an intuitive user interface. I was able to achieve this using C# and Windows Forms. My application also uses a data source that stores and retrieves data when the application is closed and opened. Below is what the final product looks like.

MainForm

Here users can view, create and delete vehicles. By clicking a registration number on the side bar, users will receive a quick view of the vehicle information.

View Vehicle Form

When viewing a vehicle, you are given the option to select, create and update an activity. You are also shown the key information related to the vehicle.

Add Vehicle Form

Users can create a vehicle through this form. Validation checking and integer correction will apply upon submission.

View Activity Form

Users can edit an activity by viewing the activity. Here users can edit the data.

About

A C# vehicle identification system designed for car rental systems.

License:MIT License


Languages

Language:C# 100.0%