Skip to content

Latest commit

 

History

History
47 lines (31 loc) · 922 Bytes

README.md

File metadata and controls

47 lines (31 loc) · 922 Bytes

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