Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 1.05 KB

readme.md

File metadata and controls

18 lines (10 loc) · 1.05 KB

Project

This is a music player interface where a user can play, pause, skip, rewind, and scrub through a song.

This project is from Zero to Mastery: Jacascript Web Projects: 20 Projects to Build Your Portfolio. This is project 8 / 20.

Live Project

You can check out the live version of the project here

You can view the full list of project from this course here.

Thoughts

This was a fun project for me. I remember back in the day, I used to use a program on my computer called WinAmp to listen to music. This took me back to those days, creating a music player. I don't know how useful this is today, with things like Spotify or Pandora.

There are a few features I can think to add to this project, like adding shuffle or volume features. Its interesting how easy this project actually was. You woul think that making a music player like this would be complicated, but it really wasn't.