Rare find

Spotify Clone. A music streaming website built with modern web tools, made to teach how it's done.

github.com/midudev/spotify-twitch-clone

Vaya's read on this project

Problem, audience, market, and the verdict — sign in to see it.

Updates

November 2024
  • Merge pull request #8 from lberoiza/main
February 2024
  • move button bar from Player into own component
  • Add hook to get better information from CurrentMusic from State
  • add Scale-110 on hover to Previous and Next Song Button
  • feature play the next song on the playlist when a song ends
  • Fix the information about song duration on data
  • Add Implementation in Player component to Play Previous or Next Song
  • Add icons to play previous or next song
  • Fix bug the player try to play a song without a current song in store
January 2024
  • fix hide picture component if there are not image
  • Merge tracking branch 'feature/play_on_songs'
  • add dynamic gradient background
  • Add black color to play/pause icon
  • add ; to code
  • fix setIsPlaying should be call after promise getPlayListInfoById
  • Add fill to svg icons
  • Update astro version
  • change let thought const
  • Refactoring code
  • Store initialize Volumen with 0.1