Stephan M.
- HTML
- CSS
- JavaScript (DOM)
This webpage showcases a guitar collection.
Each guitar is displayed in a card layout with its information and specifications.
This is my first website project using JavaScript.
- Click here to view the website
- View the website and explore my guitar collection
- Filter guitars by category (acoustic or electric)
- Remove guitars from the collection
racine/
├─ README.md
├─ index.html
|
├─ assets/
| └─ (All images for guitar collection)
|
├─ html/
| └─ style.css
|
└─ scripts/
├─ objects.js -- (Guitar ocject list)
└─ script.js