This is a simple and interactive Grocery List Web Application built using HTML, CSS, and JavaScript. It allows users to add, mark, and delete items from their grocery list. The application is responsive and visually appealing with user-friendly features.
- Add Items: Users can type in a grocery item and click the "Add Item" button to add it to the list.
- Mark Items as Purchased: Click the green checkmark to mark an item as purchased (strikes through the item).
- Delete Items: Click the red delete icon to remove an item from the list.
- Dynamic Updates: Items are added, marked, or deleted dynamically without page reload.
- Responsive Design: Centered and styled layout with vibrant colors.
- HTML: For the structure of the application.
- CSS: For styling the application, including the gradient background and button colors.
- JavaScript: For dynamic behavior, including adding, marking, and deleting items.
- Clone this repository:
git clone https://github.com/your-username/grocery-list.git