This project E-Commerce Cart.
make sure you have npm, node and create-react-app tool
create-react-app project-name
OR
git clone https://github.com/rks107/ecommerce-react-app
npm start
src
├── Actions
│ └── index.js
├── components
│ ├── App.js
│ ├── AddItems.js
│ ├── CardItems.js
│ ├── Item.js
│ ├── Navbar.js
│ └── index.js
├── firebase.js
│ └── index.js
├── Reducers
│ └── index.js
├── index.css
└── index.js
npm run build
npm i -g firebase-tools
firebase login
firebase deploy