Mikulew / react-cart

Shopping cart software is a piece of e-commerce software on a web server that allows visitors to an Internet site to select items for eventual purchase.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React Cart

Table of contents

General info

Shopping cart software is a piece of e-commerce software on a web server that allows visitors to an Internet site to select items for eventual purchase.

The software allows online shopping customers to accumulate a list of items for purchase. At the point of sale, the software typically calculates a total for the order, including freight transport, postage as well as packaging and labeling. Associated taxes are calculated as applicable. The data is used in online marketing.

Technologies

  • HTML5
  • SASS/CSS
  • React/Redux
  • JavaScript (ES6)
  • npm

Setup

To run this project, install it locally using npm

Development server (compiles and hot-reloads)

# install dependencies
npm install

# serve with hot reload at localhost:3000
npm run start

Production server setup

# install dependencies
npm install

# build for production with minification in the "build" directory
npm run build

Demounting setup

# remove the "build" directory
npm run clean

About

Shopping cart software is a piece of e-commerce software on a web server that allows visitors to an Internet site to select items for eventual purchase.


Languages

Language:JavaScript 87.4%Language:HTML 9.2%Language:SCSS 3.4%