This is a simple shopping list application built with JavaScript and Firebase. The application allows users to add items to a shopping list, and these items are stored in a Firebase database. Users can also remove items from the list by clicking on them.
- Add items to a shopping list
- Remove items from the shopping list
- Items are stored in a Firebase database
- Clone the repository
- Open
index.html
in your browser
- Enter an item in the input field
- Click the "Add to cart" button to add the item to the list
- Click on an item in the list to remove it
- JavaScript
- Firebase
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.