Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mtapirina/musicon
Codecademy - Handlebars project. In this project, you will be updating the website of an online musical instruments store, Musicon. You will incorporate your knowledge of HTML, CSS, JavaScript, and Handlebars to make a stylish multi-page interactive website!
https://github.com/mtapirina/musicon
codecademy-courses codecademy-pro handlebars
Last synced: about 1 month ago
JSON representation
Codecademy - Handlebars project. In this project, you will be updating the website of an online musical instruments store, Musicon. You will incorporate your knowledge of HTML, CSS, JavaScript, and Handlebars to make a stylish multi-page interactive website!
- Host: GitHub
- URL: https://github.com/mtapirina/musicon
- Owner: mtapirina
- Created: 2023-10-21T04:42:25.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-21T05:57:22.000Z (about 1 year ago)
- Last Synced: 2023-10-21T06:25:48.227Z (about 1 year ago)
- Topics: codecademy-courses, codecademy-pro, handlebars
- Language: HTML
- Homepage: https://mtapirina.github.io/musicon/
- Size: 16.6 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Musicon
## Codecademy - Handlebars project_In this project, you will be updating the website of an online musical instruments store, Musicon. You will incorporate your knowledge of HTML, CSS, JavaScript, and Handlebars to make a stylish multi-page interactive website!_
Musicon will have three separate web pages: a home page, a store page, and a contacts page. The home and store pages already have most of the HTML and CSS set up. Your job is to make the following changes:
* Create a navigation bar using unordered lists, anchor tags, and class attributes.
* Style the website using your knowledge of display, positioning, color, and font declarations.
* Build out semantic templates using a client-side templating engine: Handlebars.
* Display relevant information using JavaScript objects, arrays, and control flow alongside built-in Handlebars iteration and control flow helpers.####If you want to challenge yourself, consider:
* Add/Remove instruments to the store.
* Change the overall layout of the website.
* Create additional styling in public/style.css.
* Add and link to an additional page for Musicon.