Robynio / React-Onlineshop

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Online Shop Basic with React

Screenshot (2)

Screenshot (3)

Click here

Fly Veggie Shoes Co. :)

Built With

Prerequisites

    npm install npm@latest -g

Installation and Run App

  1. Clone the repo
    https://github.com/Robynio/onlineShop_reactApp.git
  1. Install packages
    npm install
  1. Run App: In the project directory, run:
    npm start

Usage

The App provides the basic functionality of an online shop: display the item´s properties and enable the client to put the desired products in a shopping cart. The cart displays the item´s prices when the cart icon is clicked upon and sums up the total price. An extra is the coupon function which calculates a discount when a code is typed in the input field and hit enter.

About


Languages

Language:JavaScript 69.4%Language:HTML 21.7%Language:SCSS 8.9%