This is a web application that uses the Atelier API to provide customers with a user friendly interface. The user interface provides relevant information about a product in the Atelier retail catalog. It features the product's details, ratings and reviews, and a related questions and answers section.
Show the relevant information for a single product in the catalog.
Contains 4 modules:
-
Product Overview Module - Huan Tran
-
Ratings & Reviews Module - Yuchen Pan
-
Questions & Answers Module - Vivienne Weilacker
-
Related Items & Outfit Creation Module - Cameron Hirsh
I'm working on Rating&Reviews Module. This module contains 2 parts. Left side is rating breakdown ans product breakdown, Right part is the reviews list.
-
The rating and reviews module detail review
-
The sorting and filtering reviews depends on rating, sorting method and searching key works.
-
Click the add a new review button will trigger a popup window to add a new review with mandatory fields. If the user doesn't fill all the mandatory fields, it will alert with information. Ohterwise the review will submit successfully. Also the user can upload less than 5 pictures when add a new review
Node 6.13.0
From within the root directory:
npm install
Refactor config.example.js using instructions provided.
From within the root directory:
npm run build
npm run client-dev
npm run server-dev