Skip to content

Ashwin1729/Spotify-Clone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spotify Clone


Deployed Link - https://samespace-spotify-clone.vercel.app/

Description

  • It is a music player which is a simple clone of spotify music application. It is fully responsive music player which allows you to control the music via seeker, skip to next or previous tracks and play or pause a music. It also allows you to navigate through different playlists. It also have dynamic background gradient which changes according to the music cover you are playing. Feel free to explore...

Explore Application

  1. Open the VS code or any code editor and clone this repository from my github.
  2. Now open the terminal and type the following commands to run this project ---
npm install

( Run this command to install all the dependencies of this project. )

npm start

( Now run this command to run the application in a development server)

  1. Explore...

Tech Stack -

  • Frontend :

    • HTML5
    • CSS3
    • JavaScript
    • ReactJS
    • GraphQl API
    • Apollo Client
  • Styling :

    • Tailwind CSS
  • Deployment : -

    • Vercel