Skip to content

Latest commit

 

History

History
53 lines (40 loc) · 2.68 KB

README.md

File metadata and controls

53 lines (40 loc) · 2.68 KB

Atelier E-commerce site

Overview -- A modern e-commerce site utilizing Atelier's API.

Table of Contents --

Screenshot 2023-01-07 at 4 20 34 PM

Description -- The Overview module (Sean McDaniel) will be the top-most module on the Product Detail page. The functionality contained within this module can be divided into several pieces:

  • Image gallery
  • Product information
  • Style selector
  • Add to cart

Screen Shot 2023-01-07 at 3 02 30 PM

The Ratings & Reviews (Justin Stendara) module will allow viewing and submission of reviews for the product selected. The functionality contained within this module can be divided into several pieces:

  • Write new review
  • Reviews List
  • Sorting
  • Rating Breakdown
  • Product Breakdown

Screen Shot 2023-01-07 at 3 02 14 PM

The Questions & Answers (Jack Bossert) module will allow asking and answering of questions for the product selected. The functionality contained within this module can be divided into several pieces:

  • View questions
  • Search for a question
  • Asking a question
  • Answering a question

Screen Shot 2023-01-07 at 3 01 54 PM

The Related Items & Comparison module (Calvin Goodale) will display two sets of related products. The first set will be a list of products, determined internally, that are related to the product currently being viewed. The second set will be a list, custom created by the user, of products which the user has grouped with the current product into an ‘outfit’.

Installation -- Run npm install Run npm run build Run npm run server Navigate to 'http://localhost:3000' in your browser

Team Members -- Jack Bossert Justin Stendara Calvin Goodale Sean McDaniel