Skip to content

truonglvx/react-redux-soundcloud

Repository files navigation

react-redux-soundcloud

I wrote a huge tutorial about setting up your own SoundCloud Client in React + Redux. Additonally you can find a real world example of my own SoundCloud Client as source code and live version.

The react-redux-soundcloud repository should give you an entry point for a React + Redux + SoundCloud boilerplate project with multiple possible extensions. The outcome of the SoundCloud Client in React + Redux can be found in the base-init/ folder.

There are more folders marked as extension-*/. Each of them pairs with a blogpost and can be applied on base-init/ project.

If you only search for a seed project for your React + Redux + SoundCloud app, simply use the base-init/ folder to begin. If you want to get started in som other domains, please have a look at the extension-*/ folders.

Folders

Base

Extensions

Get Started

  1. clone repository
  2. cd base-init
  3. npm install
  4. npm start
  5. read and apply one of the extension tutorials OR start your own project on top of it

Contribute

Feel free to contribute or leave a comment for feedback! :)

About

Learn React + Redux by building a SoundCloud Client!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 98.9%
  • CSS 1.1%