Shoppe is an ecommerce web app where you can buy multiple items.The website has a very good UI/UX Design.At present the website contain products related to men's and women's wear and electonics gadgets.
-The website contain the Login and Signup feature -It also contain change password and create new password feature -Have add to cart feature -Have a payment integration method using stripe -All the user data is saved in the local storage -Order history will also be save -It also contain a filter product component -The website is fully responsive according to all the devices -It also has a add to wishlist option -contain in-depth detail of each product
- Step 1: create a firebase account
- Step 2: create a .env file to add the below details
- REACT_APP_FIREBASE_API_KEY=
- REACT_APP_FIREBASE_AUTH_DOMAIN=
- REACT_APP_FIREBASE_PROJECT_ID=
- REACT_APP_FIREBASE_STORAGE_BUCKET=
- REACT_APP_FIREBASE_MESSAGING_SENDER_ID=
- REACT_APP_FIREBASE_APP_ID=
- REACT_APP_KEY=
- All these detail you will get from Firebase while creating a project account
- Step 3: run the command npm install,to install the npm package
- Step 4: run the command npm start to run the project in localhost