Skip to content

rks107/ecommerce-react-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A simple E-Commerce Cart

This project E-Commerce Cart.

Create a new project

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

Starting of Project

npm start

Project Structure

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

Hosting the project on Firbase

  npm run build
  npm i -g firebase-tools
  firebase login
  firebase deploy

About

E-commerce website developed using React Framework.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published