This project was bootstrapped with Create React App.
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.
The page will reload when you make changes.
You may also see any lint errors in the console.
Launches the test runner in the interactive watch mode.
See the section about running tests for more information.
This is an e-commerce project, a functional, responsive website created with React, Redux, and Firebase.
Use Redux for state management.
Create reusable components.
Routing with React Router.
Redux Thunk for asynchronous actions like bringing Data from API to the App.
Redux Persist solves the problem of losing data when refreshing the page.
Sign-In workflow with Firebase (email, password).
Google Sign-in Authentification.
Storing User Data In Firestore.
Retrieve data asynchronously from API
Display different collections, products and single product page
Add product to cart, change the quantity and delete from cart.