Shoppinglist App is a simple, user-friendly application for managing shopping lists. The application allows users to categorize items into three categories: "Have Enough", "Nice to Have", and "Must Have". Users can add, view, and delete items from these lists and see the total price for the "Must Have" items.
This project aims to simplify shopping list management by categorizing items based on priority and tracking the total cost of essential items.
- Categorized Lists: Manage items in three categories: "Have Enough", "Nice to Have", and "Must Have".
- Add and Delete Items: Easily add items with quantity and price, and remove them when no longer needed.
- Total Cost Calculation: Automatically calculates and displays the total cost of items in the "Must Have" category.
- Clone the repository:
git clone https://github.com/TommyS-NO/ShoppingList.git cd ShoppingList
- Open
index.html
in your preferred browser.
- Open the application.
- Choose the appropriate category ("Have Enough", "Nice to Have", "Must Have").
- Enter the item name and quantity. For "Must Have" items, also enter the price.
- Click the Add button to add the item to the list.
- Click the Delete button next to the item you want to remove.
- Confirm the deletion in the modal that appears.
- The total cost for items in the "Must Have" category is displayed at the bottom of the respective section.
- HTML
- CSS
- JavaScript