# classes | Example Project | Project Planning | Rubric |
---|---|---|---|
3 | 04 EP | 04 PP | 04 RB |
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.
- Fork this repo to your own GitHub account.
- Clone this repo into your own Cloud9 account workspace.
- Create your README.md file.
- Follow the instuctions in the comments and complete your project.
- Push all changes to GitHub.
- Host project on gh-pages.
- 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.
- 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.