Repository for work from the COM741 Module: Web Based Application Development
Code will primarily be in C# as I learn to use the dotnet platform.
Within each folder is the files used and created within the Lab session for that day. The file structure and some of the code was provided, but the majority of the methods were created within the lab class.
Within the folders are ReadMe files created by the Lecturer alongside template files for each lab, normally forming the initial commit of each sub project.
The Coursework project is primarily built by myself, so is likely the strongest indicatior of my Web Development abilities using the .Net framework.
Browse through a list of vehiclesProvide option to order list of vehicles by make, fuel type or date of registrationView a specific Vehicle (selected by Id) displaying its details and associated list of service recordsAdd a new Vehicle to the FleetEdit an existing Vehicle (selected by Id)Delete an existing Vehicle (selected by Id) and its related service recordsAdd/delete a service record to/from the currently selected VehicleProviding suitable validation when creating/editing a Vehicle or adding a Service record.Ensure the application utilises best practice in user experience design (UX) and employs a responsive UI that will work across a range of devices.