Worked on a side project
Music player
Made a ๐ŸŽตMusic Player ๐ŸŽถ with HTML, CSS and Vanilla Javascript.

๐Ÿ‘‰ The basic features of the Music Player are:
๐Ÿ”น It displays the song's title and artist's name.
๐Ÿ”น It also displays the total song duration,
๐Ÿ”น And updates the current lapsed duration too, as the song is playing.
๐Ÿ”น It allows user to play and pause any song.
๐Ÿ”น It also allows user to jump to a specific time in the song.
๐Ÿ”น The user can use the 'Play All' feature to play all the songs in the list.
๐Ÿ”น There are options to go to the next or the previous song.
๐Ÿ”น The song cover image changes with each song.

๐Ÿ‘‰ What did I learn?
๐Ÿ”น About HTMLAudioElement API and its events.
๐Ÿ”น I created the design for the UI in Figma. I learnt how to create reusable components in Figma.
(If you guys have any resources to learn Figma, please let me know in the comments.)

Live Demo on Github