/HotPinkWheels

A webshop designed to sell second-hand cars. The website was designed based on the MVC design pattern, using C#, a Razor template and Javascript. The webshop communicates with a PostgreSQL database were user information is stored. Sensitive information such as passwords are hashed. The webshop has SendGrid implemented to send validation and confirmation emails to a customer. A PayPal sandbox is used to simulate real payments.

Primary LanguageHTMLMIT LicenseMIT

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

Home
The initial landing page when accessing the website.
Home
The page with all the contact details.
Login Register
The login and register page
Carpage
CarpageFilter CarpageFilterHover
A page with all listed cars along with a filter functionality.
CarpageFilter CarpageFilterHover
You can save your favorite cars in your wishlist and put them in the shopping cart.
CheckOut Finish
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.
History
The history page.