Skip to content

Latest commit

 

History

History
executable file
·
30 lines (25 loc) · 1.65 KB

INSTRUCTIONS.md

File metadata and controls

executable file
·
30 lines (25 loc) · 1.65 KB

Playlist Project

# classes Example Project Project Planning Rubric
3 04 EP 04 PP 04 RB

Overview:

In this unit, coders will create a Playlist. The Playlist will display a list of information about different songs with images and links to play the songs. To create this project, coders will create an array of songs objects, use a for loop to iterate over the array of object, and display data to the screen using jQuery.

Instructions

  1. Fork this repo to your own github account.
  2. Clone this repo into your own Cloud9 account workspace.
  3. Create your README.md file.
  4. Follow the instuctions in the comments to create your project
  5. Push all changes to GitHub.
  6. Host project on gh-pages.
  7. Add links to working url and project source code to your portfolio with an image and short description of the project.

Projects Extensions:

  • Add a tool tip with additional information about the song. Length, year published, etc
  • Each song includes an icon that deletes the song from the playlist
  • A "New" button opens a form to add a new song to the playlist

References/Tools