A simple web application for filtering and searching products by name and category. The project is built using HTML, CSS, and JavaScript, with product data stored in a JSON file.
- Real-time Search: Products are filtered as you type.
- Category Filtering: View products based on specific categories.
- Responsive Design: Works on all devices, from desktop to mobile.
- Lightweight and Fast: No backend required; uses JSON for data.
- HTML: Structure of the web page.
- CSS: Styling and layout.
- JavaScript: Dynamic behavior and filtering logic.
- JSON: Mock database for storing product data.