Skip to content

mj305/eCommerce

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

84 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

eCommerce Store Prototipe

About the App

This is a simple eCommerce prototipe project. The user starts in the Home page and is able to see the store products, view the products details, add to cart, and checkout with Stripe.

The Reign Experience Live App

Technologies used

  • React
  • Firebase Autentication
  • MongoDB for User and Product Database

SASS for React

$ npm install node-sass --save
$ # or
$ yarn add node-sass

React-Spring

npm install react-spring

Setup Stripe API

npm install --save @stripe/react-stripe-js @stripe/stripe-js

Setup To Start React App

npm install
npm start