This project was bootstrapped with Create React App.
In the project directory, you can run:
- A shopping list application.
- User can enter list of items that you want to buy today.
- It is able to handle name of the item, quantity, price.
- On the home page it render all the items that the user have entered into list.
- Able to remove the items.
- Used React hooks for the same
- Used localStorage to store the data.
- REACT JS
- HTML
- CSS
- JAVASCRIPT