Skip to content

SerhiiLarchenko/shop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Shop

shop

Simple e-commerce application with the shopping cart and order form. This app has a minimum functionality and styles, but it’s enough for business.

Features

  • Add or remove products from the cart
  • Change number of the added products
  • Make orders
  • Form input validation
  • Responsive design for desktop and mobile

Using

  • React.js
  • Redux
  • Node.js
  • Express
  • Sass
  • BEM methodology

Getting started

Requirements

  • Node.js
  • npm

Run

  • In project folder install node packages: npm install
  • Run the API server: npm run api/server
    • Server will be running on http://localhost:8000
  • Open new terminal tab and start react app: npm start
    • The app will start automatically in browser on http://localhost:3000