Skip to content

An e-commerce front end built with Angular. Currently displays a list of products, has the possibility to add products to the cart, view the cart and contains a basic mock checkout page.

Notifications You must be signed in to change notification settings

w314/storeFront

Repository files navigation

StoreFront

Installation Instructions

Use your terminal to run the commands needed to start the application.

1. Clone directory

git clone https://github.com/w314/storeFront.git

2. Install dependencies

cd storeFront
npm install

3. Start server

ng serve

4. Open application

In you browser navigate to: http:\\localhost:4200


User Manual

  • Use the Products menu item to see all available product. You can add them to your cart by selecting the desired quantity and clicking on the Add To Cart.

  • Click on any product to get a detailed description of the product. You can add them to your cart on this page too.

  • When ready to purchase select the Cart menu item. Here you can edit your cart by changing the quantity of items or deleting them completely from you cart.

  • To finish the purchase click on the orange Checkout button.

  • After entering your full name, address and credit card number, click on the Submit button to finalize your purchase.

About

An e-commerce front end built with Angular. Currently displays a list of products, has the possibility to add products to the cart, view the cart and contains a basic mock checkout page.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published