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.
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.
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.
Users can create a vehicle through this form. Validation checking and integer correction will apply upon submission.
Users can edit an activity by viewing the activity. Here users can edit the data.