# 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 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.
- 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 to create your project
- Push all changes to GitHub.
- Host project on gh-pages.
- Add links to working url and project source code to your portfolio with an image and short description of the project.
- 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