Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/edtonatto/freecodecamp-javascript-musicplayer
In this project, you'll code a basic MP3 player using HTML, CSS, and JavaScript. The project covers fundamental concepts such as handling audio playback, managing a playlist, implementing play, pause, next, previous, and shuffle functionalities.
https://github.com/edtonatto/freecodecamp-javascript-musicplayer
Last synced: 8 days ago
JSON representation
In this project, you'll code a basic MP3 player using HTML, CSS, and JavaScript. The project covers fundamental concepts such as handling audio playback, managing a playlist, implementing play, pause, next, previous, and shuffle functionalities.
- Host: GitHub
- URL: https://github.com/edtonatto/freecodecamp-javascript-musicplayer
- Owner: EdTonatto
- License: mit
- Created: 2023-12-24T16:28:51.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2023-12-24T16:49:13.000Z (11 months ago)
- Last Synced: 2023-12-24T19:25:40.079Z (11 months ago)
- Language: JavaScript
- Homepage: https://www.freecodecamp.org/learn/javascript-algorithms-and-data-structures-v8/learn-basic-string-and-array-methods-by-building-a-music-player/step-1
- Size: 232 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# FreeCodeCamp - Learn Basic String and Array Methods by Building a Music Player
Now let's learn some essential string and array methods like the find(), forEach(), map(), and join(). These methods are crucial for developing dynamic web applications.In this project, you'll code a basic MP3 player using HTML, CSS, and JavaScript. The project covers fundamental concepts such as handling audio playback, managing a playlist, implementing play, pause, next, previous, and shuffle functionalities. You'll even learn how to dynamically update your user interface based on the current song.
Music player
Empty playlist
Music player and playlist
Playing a song