HotPink Wheels
A webshop which sells second-hand cars. The website was designed based on the MVC design pattern, using C#, a Razor template and Javascript. The webshop is supported by a Postgres database. Sensitive user information such as passwords is hashed. The webshop uses SendGrid to send emails. A PayPal sandbox is in place to simulate real payments.
Screenshots
<table><tr><td>
<img alt="Home" src="Screenshots/Home.PNG">
</td></tr>
<tr><td>The initial landing page when accessing the website.</td></tr>
</table>
<table><tr><td>
<img alt="Home" src="Screenshots/Contact.PNG">
</td></tr>
<tr><td>The page with all the contact details.</td></tr>
</table>
<table><tr><td>
<img alt="Login" src="Screenshots/Login.PNG">
</td><td>
<img alt="Register" src="Screenshots/Register.PNG">
</td></tr>
<tr><td>The login and register page</td></tr>
</table>
<table><tr><td>
<img alt="Carpage" src="Screenshots/Carpage.PNG">
</td></tr>
<tr><td>
<img alt="CarpageFilter" src="Screenshots/CarpageFilter.PNG">
</td><td>
<img alt="CarpageFilterHover" src="Screenshots/CarpageFilterHover.png">
</td></tr>
<tr><td>A page with all listed cars along with a filter functionality.<td></tr>
</table>
<table><tr><td>
<img alt="CarpageFilter" src="Screenshots/Whish.PNG">
</td><td>
<img alt="CarpageFilterHover" src="Screenshots/ShoppinCart.PNG">
</td></tr>
<tr><td>You can save your favorite cars in your wishlist and put them in the shopping cart.</td></tr>
</table>
<table><tr><td>
<img alt="CheckOut" src="Screenshots/CheckOut.PNG">
</td><td>
<img alt="Finish" src="Screenshots/Finish.PNG">
</td></tr>
<tr><td>A page for the user to finalise the payment. The site uses a PayPal sandbox to simulate real payments.</td><td>A page after the user has successfully paid.</td></tr>
</table>
<table><tr><td>
<img alt="History" src="Screenshots/History.PNG">
</td></tr>
<tr><td>The history page.</td></tr>
</table>