I’m going to create a Spotify-like website that allows you to listen to music, search them and also create playlists.
I used ChatGPT to explain some code to me and help me fix any bugs.
I’m going to create a Spotify-like website that allows you to listen to music, search them and also create playlists.
I used ChatGPT to explain some code to me and help me fix any bugs.
I built an MP3 Player that functions kind of like Spotify. You can listen to pre added music, create playlist, add songs to playlist and add songs to a queue.
This has been a very frustrating time of coding, breaking and fixing. I added some extra songs, added playlists and a queue and i updated the code so that it looks cleaner and simpler. I also fixed the search bar and almost everything works as expected. I just need to add a button that lets you exit an opened playlist and i have to do some aesthetic changes. But for today I’m done, bcs i can’t take it anymore.
Hii. It’s been a while since i wrote a devlog, but i was busy with school and other stuff. Aside that I also spent a lot of time coding the MP3 Player. I wrote the js code to be able to play the music, synced the lyrics to the music and i also added a bottom-bar to controll the length, volume, previous, nex, play/pause and i also added the current song playing with the name, artist and the album cover. The code is kind of a mess, and I’ve been troubleshooting a lot, because the code kept overriding a lot of different sections and it was very frustrating, but other than that it’s been okay. Next, I’m going to add the feature to create playlists and make the search bar work (bcs i broke the code and I still haven’t fixed it). After that I’m going to clean the code up a bit and maybe check if there’s any more aesthetic stuff to add. If I get any other ideas that I can add I’ll make sure to write it here.
Log in to leave a comment
I added some songs with .mp3 files and i also added the album covers and the artist. I made the background a dark color and fixed the way the search bar looks. Now im going to add the js code so that the music can actually be played. I will also sync the lyrics.
Log in to leave a comment
I started by working on making the layout of the mp3 player and i made a grid to make it easier to divide different sections. Now im working on the search bar and i also added some .mp3 files of some songs and also the .lrc files of the song so that i can use them to sync the lyrics on time with the song.
Log in to leave a comment