A contemporary front-end design that replicates the shopping experience of leading online marketplaces.
- Dark Mode Toggle: Switch to a visually appealing dark theme for a more comfortable browsing experience during the night or in low light.
- Random Style: Intended to simulate user selecting product from a catalog of products.
- Product zoom: Has the ability to zoom in on any currently displayed product.
- Interactive Q&A Section: Engage with the community by posting questions and receiving answers about products you're interested in.
- Review System: Share your thoughts on products by writing detailed reviews, aiding fellow shoppers in their purchasing decisions.
- Product Overview
- Questions and Answers
- Ratings and Reviews
Use npm install to install all necessary dependenciesRename the example.env file to .env
paste it into the .env file where it says REACT_APP_API_KEY
Make sure your api key has the following permissions (at minimum):
- read:org
- read:user
- user
- user:email
- user:follow
Use npm run build to build the webpack for the site
npm run buildUse npm start to begin the server
npm startGo to http://localhost:3000 (if desired, you can change the desired port in the .env file)


