Skip to content

fec-bareminimum/project-catwalk

Repository files navigation

Atelier CircleCI Demo

Overview

Atelier (Project Catwalk) is a MVP retail e-commerce client for browsing catalog products with a modern customer experience. This frontend project is built to serve product records from an external API. This was a group project with a group of 4 engineers, each working on one the of the four modules (see Features) over a span of two weeks.

Demo GIF

Contributors

Setup

cp config.example.js config.js
npm install
npm run build
npm start # new window

Tech Stack

Features

This project was broken down into four modules: Products Overview, Related/Outfit, Question/Answers, and Rating/Reviews. The entire group worked together to build a minimal Express server forwarding requests to an external (pre-built) products API. There was also collaboration to implement a light/dark theme with dynamic styling.

Products Overview

  • View and scroll through product display images.
  • See details like ratings, sales price, and available item styles.
  • Select a size to be added to the cart.

Products Overview Screenshot

Related and Outfit

  • Click on a card body to open that product in the overview section.
  • Related: see products similar to the product currently displayed in the "overview" modules.
  • Related: Click the star button to open the comparison modal.
  • Outfit: carousel view for a personal outfit list of saved products
  • Outfit: remove or add products to list (stored in browser local storage)

Related and Outfit Screenshot

Question and Answers

  • View/search product questions with feedback
  • Submit questions in a pop-up form
  • Answer questions in a pop-up form

Question and Answers Screenshot Question and Answers Modal Screenshot

Rating and Reviews

  • Product rating breakdown
  • Sort product ratings
  • Write your review in a pop-up form

Rating and Reviews Screenshot Rating and Reviews Modal Screenshot

External API Documentation

About

MVP client-facing retail web-portal. Browse catalog products with a modern customer experience.

Topics

Resources

Stars

Watchers

Forks

Contributors