rwieruch / favesound-redux

🎶 A SoundCloud Client in React + Redux running in production. Live Demo and Source Code to explore React + Redux as a beginner.

Home Page:http://www.robinwieruch.de/the-soundcloud-client-in-react-redux/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Interactive track metadata (play, favorite, repost, comment, download, buy)

ohadschn opened this issue · comments

image

It would be great if the little buttons below each track were clickable, allowing us to:

  • Play
  • Like/Favorite
  • Repost
  • Comment
  • Download
  • Buy (in many cases this actually redirects to an external download page)

That's a big one, but I like it. Maybe someone who tackles it can go through each action step by step. This would keep the PRs small instead of having one huge PR for all clickable buttons.

That's a big one, but I like it. Maybe someone who tackles it can go through each action step by step. This would keep the PRs small instead of having one huge PR for all clickable buttons.