π§ πΌ A spotify clone that plays music.
- List playlist
- Listen to music
- Pause music
- Fast forward or rewind the song
- Control volume
- Cloning Project
git clone https://github.com/matheusTA/spotify-web.git;cd spotify-web;
- Run Front-end
yarn;yarn start;
- Run Back-end
npm install -g json-server;json-server --watch server.json --port 3001;
- Matheus Antonino - MatheusTA
