E-Commerce Redux

Deployed Application Link

Click here to view the application

Table of Contents

Description

An e-commerce store which allows users to purchase all of their necessities and track past transactions.

Key Features

  • Purchase items via Stripe
  • Browse and filter store products
  • Track past purchases made in the store
  • Create a personal account

Images

Home page Home page

Checkout page Checkout page

Order history Order history page

Installation

  • Clone the GitHub project onto your local machine
git clone https://github.com/dominikacookies/e-commerce-redux
  • Navigate into the project

  • Open the project in VSCode

  • Open the integrated terminal

  • In the terminal, enter:

    npm i
    

    to install all of the packages.

    Next, to start the application enter

    npm run start
    

Ensure that you have installed node.