Skip to content

Latest commit

 

History

History
executable file
·
30 lines (23 loc) · 1.81 KB

INSTRUCTIONS.md

File metadata and controls

executable file
·
30 lines (23 loc) · 1.81 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 each song. To create this project, coders will create an array of objects that represent songs, use a for loop to iterate over the array of songs, and display all songs' data on the page 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 and complete your project.
  5. Push all changes to GitHub.
  6. Host project on gh-pages.
  7. Add links to the published site url and to the project source code to your portfolio with an image and short description of the project.

Projects Extensions:

  • Add a tooltip with additional information about the song (length, the year it was published, etc).
  • Add a delete icon to each song that the user can click to delete the song from the playlist.
  • Do not always show the inputs and the "Submit" button that add a new song. Turn the "Add Song" text into a button that toggles whether those elements are visible.

References/Tools