/shopping-cart

Sample application of shopping-cart

Primary LanguageJavaScript

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.