Skip to content

Latest commit

 

History

History
20 lines (20 loc) · 403 Bytes

README.md

File metadata and controls

20 lines (20 loc) · 403 Bytes

Shopping List Management

Description

My first ReactJS web application. User inputs a list of shopping items, and can interactively filter them. The app has a user guided tour feature and unit testing.

How to run

  • Clone this repository
  • Install dependencies
yarn add reactour
yarn add styled-components@^4.0.0
  • Run
yarn start
  • View interface on
localhost:3000