Skip to content

aniyahb/CodePath-Music-Playlist-Project

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 

Repository files navigation

Unit 2 Assignment: Music Playlist Explorer

Submitted by: Aniyah Bunn

Estimated time spent: 96 hours spent in total

Deployed Application (optional): Music Playlist Explorer Deployed Site

Application Features

CORE FEATURES

  • Display Playlists

    • Dynamically render playlists on the homepage using JavaScript.
    • Fetch data from a provided JSON file and use it to create interactive playlist tiles.
    • Each title should display the playlist's cover image, name, creator, and like count.
  • Playlist Details

    • Create a modal view that displays detailed information about a playlist when a user clicks on a playlist tile.
    • The modal should show the playlist's cover image, name, creator, and a list of songs, including their titles, artists, and durations.
  • Like Playlists

    • Implement functionality to allow users to like playlists by clicking a heart icon on each playlist tile.
    • Update the like count on the playlist tile when a playlist is liked or unliked.

Walkthrough Video

Reflection

  • Did the topics discussed in your labs prepare you to complete the assignment? Be specific, which features in your weekly assignment did you feel unprepared to complete?
  • They prepare me a lot for the project, especially the HTML and CSS topics.
  • If you had more time, what would you have done differently? Would you have added additional features? Changed the way your project responded to a particular event, etc.
  • I would've focused more on functionality, I underestimated the difficulty of Javascript.
  • Reflect on your project demo, what went well? Were there things that maybe didn't go as planned? Did you notice something that your peer did that you would like to try next time?
  • I need to work on my time management skills in oder to complete all the milestone

Open-source libraries used

  • Add any links to open-source libraries used in your project.

Shout out

Makayla Joy Jackie Michelle Sammy

About

Starter code for the Music Playlist Explorer project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 66.2%
  • HTML 23.5%
  • CSS 10.3%