daria-github / item-checkout

Checkout Component for Front End Capstone

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bullseye - Item Checkout Service

Bullseye is a recreation of the Target Item Product Page. This service renders the checkout component on the Bullseye site. The checkout component contains the following information for the product:

  • Price
  • Overall Review Rating
  • Total Number of Reviews
  • Color Selector
  • Quantity Dropdown
  • In Store Pick Up Section
  • Delivery Section

Related Projects

Table of Contents

  1. Usage
  2. Requirements
  3. Development

Usage

Some usage instructions

Requirements

An nvmrc file is included if using nvm.

  • Node 6.13.0
  • MongoDB 4.2

Development

Installing Dependencies

From within the root directory:

npm install

Seeding the Database

From within the root directory:

npm run seed

Build Webpack

From within the root directory:

npm run build

About

Checkout Component for Front End Capstone


Languages

Language:JavaScript 99.3%Language:HTML 0.5%Language:Dockerfile 0.3%