Skip to content

tottipensotti/spotify-clone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a Spotify web-app copy built with React, CSS and TypeScript. For now, it's only the home page without playback controls but I'm still working on the rest of the components :). It connects directly to your Spotify account so you will be looking at your playlists, liked songs, albums and recently played stuff once you login! All of it is possible through the Spotify API.

Initial setup

In order to see this project in your browser you need to follow the next steps:

  1. Clone this repo
git clone https://github.com/tottipensotti/spotify-clone.git
  1. Make sure you have NodeJs installed in your computer, if not, download the installer from Node.js official page. To make sure it's installed run this command in your terminal
node -v
  1. Now, you need to install all the dependencies with
npm install
  1. Finally, you need to start the app
npm run start

Now the fun part!

First, you're going to see a login screen, you need to access with your Spotify account

spotify-login

Then, you can navigate through the home page! As I mentioned, I'm still working in the playback functionalities and albums/artists/playlists section

spotify_project_walkthrough.mp4