Pantry Tracker
Pantry Tracker is a simple and user-friendly frontend web application designed to help users organize and manage their grocery items visually. It allows users to add, edit, and remove pantry items through an interactive interface.
๐ Features
โ Add pantry items
โ๏ธ Edit items
โ Delete items
๐ฆ Track item quantity
๐ฅ Responsive and clean UI
โก Smooth user interactions
๐ Tech Stack
HTML5
CSS3
JavaScript
๐ Project Structure pantry-tracker/ โโโ index.html โโโ style.css โโโ script.js
Clone the repository
git clone https://github.com/muskanm07/pantry-tracker.git
Open the folder
Run index.html in your browser
Thatโs it ๐
๐ฏ Purpose
This project was built to strengthen frontend development skills, including DOM manipulation, event handling, and responsive design.
๐ฎ Future Improvements
Local storage integration
Search and filter functionality
Expiry date tracking
Dark mode
Backend integration