Skip to content

paulosilva86/shopping-list

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Shopping List - A simple React application

This project was bootstrapped with Create React App.

Goal

The goal of this project was to learn React by building a simple shopping list app.

Component hierarchy

  • ShoppingList
    • AddProductBar
    • ProductTable
      • ProductRow

Testing tools

Tests were done using Jest and Enzyme. Run npm test.

Running the app

Run npm start and go to localhost:3000.

Features

  • You can add a product and its quantity to the shopping list.
  • You can also save and load a shopping list from localStorage.