WreckLess Car Insurance : Insurance Quote Generator
Details
Objective
WreckLess Car Insurance is a ASP.Net MVC 5 web site developed for a Tech Academy assignment.
The assignment required gathering some basic customer information, calculating a quote based on provided rules, and include a basic admin page to view all issued quotes. In addition to the requirements, I went with an MVC 5 and Entity Framework 6 solution (as opposed to a .Net Core solution which I am more cofident in), and wrote Unit Tests for the quote calculation logic. I also tried to give the page a bit more context than just the form.
The complete set of requirements are included in the GitHub repo.