farhan687 / shopping-cart

Sample application of shopping-cart

Home Page:https://react-shopping-cart-material.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ScatterPlot chart

This project is bootstrapped with Create React App.

Install Dependencies

npm install

Start Server

npm run server

It will run node server on port 5000

Start React app

npm run app

It will open browser tab automatically on port 3000

Content

Front-end

  • Index.js is entry point of app which import App.
  • To create shopping cart UI I have used material-ui-next as dependencies.

Server

  • I am using node-express server here and server/index.js contains the server side code.

Data

  • I have used JSON data generator to generate the fake data. Data file can be easily replaced with the real products data.

About

Sample application of shopping-cart

https://react-shopping-cart-material.herokuapp.com/


Languages

Language:JavaScript 91.9%Language:HTML 7.8%Language:CSS 0.3%