How to make a Music Player HTML CSS And JavaScript

Music Player Javascript Tutorial. Complete tutorial on how to code a music player in html css and javascript. In this video, we go over how to play audio in javascript, create a slider that moves with the audio, create buttons with icons from fontawesome, switch between songs with next and play, and style the music player. Code: https://github.com/ImKennyYip/music Demo: https://imkennyyip.github.io/music Add fontawesome cdn to your html page: https://cdnjs.com/libraries/font-awesome Search for icons to use: https://fontawesome.com/icons const songs = [ { image: "./album-art1.jpg", name: "Deck The Halls", artist: "John Parry", audio: "./deck-the-halls.mp3" }, { image: "./album-art2.jpg", name: "Jingle Bells", artist: "James Lord Pierpont", audio: "./jingle-bells.mp3" }, { image: "./album-art3.jpg", name: "Joy To The World", artist: "Isaac Watts", audio: "./joy-to-the-world.mp3", }, ]; Website: https://www.kennyyipcoding.com/ Java Game Programming Projects Playlist:    • Java Game Programming Tutorials   JavaScript Game Programming Projects Playlist:    • JavaScript Game Programming Tutorials   JavaScript Web Projects Playlist:    • Javascript Website Projects (HTML CSS Java...   Subscribe for more coding tutorials 😄! ⭐ If you enjoyed the tutorial and would like to support the channel, you can do so here 💖: https://buymeacoffee.com/kennyyipcoding #codetictactoe #tictactoejs #tictactoejavascript