As part of learning to code,I completed a project that involved creating a basic Spotify clone using HTML, CSS, and JavaScript. This project was designed to showcase my skills in front-end web development.It is a responsive and user-friendly web application that allows users to play music.I used HTML and CSS to design and style the interface, and I implemented JavaScript to handle user input and interaction such as basic playback controls -play, pause, and next.I also gained experience working with version control tools such as Git and GitHub.
- Play/Pause: Allows the user to start or pause the playback of the currently selected track.
- Next/Previous: Enables the user to skip to the next or previous track in the playlist or album.
- Seek: Allows the user to manually move forward or backward within a track by dragging a slider or clicking on a progress bar.
- Display the currently playing song and album artwork.


