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
-
Clone the repository.
git clone https://github.com/rpp31-fec-sriracha/Atelier
-
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
-
Install NPM packages that require to run the application.
npm install
-
Compile the Webpack.
npm run build
-
Start the express server.
npm start
-
Open the web browser and enter localhost:3000
- 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