Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 250 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 250 Bytes

Shopping Cart List using React

Create a shopping cart page that updates and deletes items. This project will also be a good introduction to the useReducer hook. npm install

npm start

Build for prod

npm run build