Love Candy Store

Javascript

HTML

CSS

API

Adding Items

This application is a .net application created using html, css and Javascript. The website is a functinoal ecommerce website with responsive elements such as the badge value that increments with each new item added to cart.

Placing Orders

When items have been added to the cart an item is added to the cart the details of that item are stored in an object. This allows users orders to be recalled and ready to be processed before confirming their order and returning feedback on successful order created.

API Usage

The website gets its product information from an API. I used a mock API to create my own API that I can use to store the object information and order information.