A clean and responsive coffee catalog built with HTML, CSS, and JavaScript.
The page displays a collection of coffees and includes a filter feature that allows users to toggle the visibility of sold-out items.
- 📋 Coffee listing
- 🟢 Filter button to hide/show sold-out products
- 💻 Responsive design for different screen sizes
- 🔑 Beginner-friendly structure and code
- HTML – page structure
- CSS – styling and layout
- JavaScript – interactivity and filtering
This project was created to:
- Practice and improve frontend development skills
- Share a simple, functional example for others to learn from
- Demonstrate how JavaScript can be used to add dynamic features to a static page