Project Title:
Project Ateliar - Product Detail Page for a retail web portal
Description:
This project designs and implements the product detail page for a retail online shop called Husky Helpers.
Installation:
- Get a free API key at https://github.com/settings/apps
- Clone the Repo
git clone https://github.com/Husky-Helper/rfp2404-fec.git
- Install NPM packages
npm install
- Make a copy of example.config.js then enter your API key in
config.js
const API_KEY = 'ENTER YOUR API';
- Start the server
npm run start-server
Usage:
Features: The website showcases 3 main features:
a) Product Overview which contains the image gallery, product information, style selector and add to cart feature
b) Questions and Answers which contains features for question viewing, searching, asking a question and answering questions
c) Reviews and Ratings which contains functionality to write new reviews, view exisitng review tiles, filter reviews, sort reviews and view rating and product breakdowns.
Testing:
npm test
Acknowledgments:
Michael Trofimov https://github.com/mictro97
Shaoyu Chen https://github.com/shaoyuchen3213
Pallavi Kishore https://github.com/Pallavi25Kishore