Project name: Grocery Bud
Project description :is a simple and intuitive grocery list app that allows users to easily manage their grocery items. You can add, edit, and delete items, and all your data is stored locally in the browser so it persists between sessions.
Project features: - Add grocery items - Edit existing items - Delete individual items - Clear all items - Data persistence using Local Storage - Fully responsive design for all screen sizes
Project technologies used: - HTML5 - CSS3 - JavaScript (Vanilla) - Font Awesome - Google Fonts (Poppins) - Local Storage API
Folder structure:
project-root/
│
├── index.html
├── style.css
├── script.js
├── image/
│ └── banner.jpg
└── README.md