Skip to content

A single-page application for e-commerce company consisting of product overview, Q&A, and review.

Notifications You must be signed in to change notification settings

rpp31-fec-sriracha/Atelier

Repository files navigation

Atelier

Overview

A single-page application for e-commerce consisting of product overviews, a question and answer section, and a detailed reviews breakdown.

Check out demo video https://www.youtube.com/watch?v=_sSzk-McQtM

Description

fullscreenshot

Overview

Screen Shot 2022-02-23 at 7 45 13 PM

image

Q & A

image

Screen Shot 2022-02-23 at 7 47 42 PM

image

Screen Shot 2022-02-23 at 7 47 09 PM

Reviews

image

image

Installation instructions

  1. Clone the repository.

    git clone https://github.com/rpp31-fec-sriracha/Atelier
  2. To access the Data API, acquire github's a personal access token from https://github.com, create .env file, and insert the token into .env file.
    API_KEY=your_github_apikey
    UPLOADCARE_KEY=your_api_key

  3. Install NPM packages that require to run the application.
    npm install

  4. Compile the Webpack.
    npm run build

  5. Start the express server.
    npm start

  6. Open the web browser and enter localhost:3000

Team Members

  • Jake Caughern - responsible for implementing the Overview widget
  • Sejin Maxine Majnaric - responsible for implementing the Questions & Answers widget
  • Rick Kunz - responsible for implementing the Reviews widget

Releases

No releases published

Packages

No packages published