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.
The initial landing page when accessing the website. |
The page with all the contact details. |
The login and register page |
A page with all listed cars along with a filter functionality. |
You can save your favorite cars in your wishlist and put them in the shopping cart. |
A page for the user to finalise the payment. The site uses a PayPal sandbox to simulate real payments. | A page after the user has successfully paid. |
The history page. |