This is a simple web project for Ila's Accessories Shop, showcasing a collection of jewelry products using HTML, Bootstrap, Handlebars.js, and JavaScript.
- Responsive navigation bar with logo and search
- Product listing rendered dynamically with Handlebars.js
- Bootstrap styling for modern look
index.html # Main HTML file
script.js # JavaScript for rendering products
*.jpg # Product and logo images
- Download or clone the repository.
- Make sure all files (including images) are in the same directory.
- Open
index.htmlin your web browser.
All dependencies are loaded via CDN in index.html.
- To add or edit products, modify the
itemsarray inscript.js. - To change the logo, replace
400dafeee488ac5fda6cf5212929e9bd.jpgwith your own image and update thesrcinindex.html.