Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 400 Bytes

README.md

File metadata and controls

26 lines (20 loc) · 400 Bytes

TheShoes - Shopping Cart

Simple shopping cart created with React, Redux.

Table of contents

Technologies

Project is created with:

  • React,
  • Redux,
  • JavaScript,
  • HTML,
  • CSS

Setup

To run this project, install it locally using npm:

$ cd ../shop
$ git clone https://github.com/dendidibe/shop.git
$ npm install
$ npm start