Skip to content

Latest commit

 

History

History
53 lines (31 loc) · 2.07 KB

README.md

File metadata and controls

53 lines (31 loc) · 2.07 KB

Gif Banner-2

🛒 Online Shopping List

Welcome to the Online Shopping List project! 🌟 This project is a simple, yet fun, web application that allows you to manage your shopping list with ease. You can add items you need to buy and remove them once you've got them. No more forgetting your grocery list at home! 📋

🚀 Features

  • Add Items: Easily add new items to your shopping list. 📝
  • Remove Items: Remove items from your list when you've bought them. 🗑️
  • Interactive UI: A clean and intuitive user interface built with HTML, CSS, and JavaScript. 🎨

🛠️ Technologies Used

  • HTML: The backbone of our application, providing the structure. 🏗️
  • CSS: Makes our application look good with some stylish design. 💅
  • JavaScript: Adds interactivity to our shopping list. 🖱️

🎉 How to Use

  1. Clone the repository:

    git clone https://github.com/PaulaHum/Shopping-list-online
    
  2. Navigate to the project directory:

    cd Shopping-list-online
    
  3. Open index.html in your browser:

    • You can simply double-click the index.html file, or open it with your favorite web browser.
  4. Start managing your shopping list::

    • Add items by typing in the input field and clicking "Add".
    • Remove items by clicking the delete icon next to each item.

📸 Screenshot

Screenshot

💡 Inspiration

This project was inspired by the need for a simple, user-friendly shopping list application that works offline. It's perfect for anyone who wants to keep track of their shopping needs without relying on a mobile app. 🛍️

📜 License

This project is open-source and available under the MIT License. Feel free to use, modify, and distribute it as you like. 📄

ShoppingListEnd