To view the live version, check out this link: https://react-ecommerce-shop-live.herokuapp.com/
You can see the fork button in the top right corner of every GitHub project; click it and a copy of the project will be added to your GitHub profile under the same name as the original project.
After forking the project, simply clone it the way you would from the new forked project in your own GitHub repository and you can commit and push to it freely!
- Install dependencies
In your terminal after you clone this project down, you can either runyarn
ornpm install
to buid all the dependencies in the project. - Replace the
config
variable with your own firebase snippet or you can use the local data.json to import data. - Set the
publishableKey
variable in thestripe-button.component.jsx
with your own publishable key from the stripe dashboard. This allows you to simulate the payment checkout process.
- 🔥 React with React hooks
- 🔥 Redux, Redux-saga
- 🌐 React Router
- 🔑 Session storage + Persistence, allows user to save uncheckout item in their shopping cart, remember user's login status even after brower closed.
- 💰 Stripe for payment process experience
- 🚨 Jest and React Testing Library for unit tests
- 📚 Firebase for nosql dabase and auth
- 📚 React-doc-gen for auto documentation generation
- 🌹 Styles (Sass) and styled-component.