This project was bootstrapped with Create React App.
The goal of this project was to learn React by building a simple shopping list app.
- ShoppingList
- AddProductBar
- ProductTable
- ProductRow
Tests were done using Jest and Enzyme.
Run npm test
.
Run npm start
and go to localhost:3000
.
- You can add a product and its quantity to the shopping list.
- You can also save and load a shopping list from localStorage.