This repository contains the code of an application I created for my family.
This is a Progressive Web App built on React.js very similar to the classic to do list app but with a couple of additional features and other characteristics that remain to be developed.
The main objective of the app is to create a home list of items to be purchased at the supermarket and to establish the money to be spent on that purchase. Then once in the supermarket, as the items are obtained you can add the value of the price of each item and the app is in charge of showing the total spent and the rest of the money established, indicating if there is still money left or not.
The characteristics that are still to be developed would be:
- Create a function to:
- Create new list.
- Delete list.
- Delete all items from the list.
- Change color theme to header and background.
- In your terminal, navigate to the repository directory.
...\Shopping_list_app> - Run npm install to install all dependencies.
...\Shopping_list_app>npm install - Run npm start to start the app.
...\Shopping_list_app>npm start - If everything works, it should automatically open a tab in your default browser with the address http://localhost:3000/.




