Skip to content

Latest commit

 

History

History
26 lines (23 loc) · 821 Bytes

README.md

File metadata and controls

26 lines (23 loc) · 821 Bytes

SndcldPlayer

Yet another one soundcloud client, made with React+Redux Inspired by well-known SoundRedux

Installation

 $ git clone
 $ cd SndCldPlayer
 $ npm i
 $ npm run start
 $ echo 'Have fun'

Live

Latest stable build can be seen in action @ https://sndcldplayer.herokuapp.com

TBD checklist

  • Routing! //somewhat, still needs further improvements
  • Moved to Important! Css => SASS. This is getting out of hand pretty quickly.
  • Important: Rethink if I should follow DRY here with mobile components.
  • Important : fix duplicate songs receiving (thx flattenChildren)
  • Seeking in player component
  • Infinite scrolling to get new songs
  • Comments
  • Users and single songs components
  • Surpass soundredux