Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/faisal-din/product_list
https://github.com/faisal-din/product_list
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/faisal-din/product_list
- Owner: faisal-din
- Created: 2024-09-03T12:44:20.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-09-07T11:07:47.000Z (2 months ago)
- Last Synced: 2024-09-07T12:26:58.928Z (2 months ago)
- Language: HTML
- Size: 1.88 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Product List
This project is a simple web application that displays a list of products. Users can search for products by name using the search bar. The project is built with HTML, CSS, and JavaScript.
## Features
- **Product Display**: Showcases a list of products with images, names, and prices.
- **Search Functionality**: Users can search for products by typing in the search bar. The search is case-insensitive and filters the products in real-time.## Technologies Used
- **HTML5**: For the structure of the webpage.
- **CSS3**: For styling the webpage.
- **JavaScript**: For adding interactivity to the webpage.