This is a simple web application that allows users to select a category (Men, Women, or Kids) and view corresponding products. It demonstrates the use of tab buttons to filter content dynamically.
- Clickable tab buttons for selecting categories.
- Fetches product data from a JSON file.
- Displays product cards dynamically based on the selected category.
- Calculates and displays discount percentage for each product.
- Responsive design for various screen sizes.
- HTML
- CSS
- JavaScript
- Clone this repository to your local machine.
- Open the
index.htmlfile in your web browser.
You can access my completed work through the following Google Drive folder: Google Drive Folder.
You can also access the hosted version of this project here.