Skip to content

farhan687/shopping-cart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published