Skip to content

RahimGuerfi/musicon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Codecademy Musicon Project

Table of contents

Project Goals

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!
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.

Built with

  • HTML
  • CSS
  • JavaScript and handlebars.js
  • Git, GitHub and GitHub Pages

How to use

  1. Clone the repository and change directory.
git clone https://github.com/RahimGuerfi/musicon.git
  1. Open "musicon/index.html" file.

Challenges and Credits

This was a practice project from the full stack program at Codeacademy.