Skip to content

mdsuhailarif/ListenUp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ListenUp

It is responsive music streaming web app developed using Reactjs and Spotify API.

This is the frontend repository

Core packages

  1. React Hooks (useState, useEffect, useRef)
  2. React Router - Routing
  3. Styling - Styled Components
  4. Network calls - Axios

Features

  1. Login (using Spotify account)
  2. Accessing Playlists
  3. Accessing Recently Played Songs
  4. Accessing Reccomendations
  5. Play and Pause Songs (from playlists, recently played, reccomendations)
  6. Traverse Playlist using next and previous button

Running locally

run npm i and npm start to see the ListenUp in action

Running Online

Click on the link below to see the ListenUp in action

https://listenup.on.fleek.co/

UI

Login

home

home

Home

home

home

Search

home

home

Playlist

home

home

Song Selected

home

home

Playlist Scrolled

home

home