It's a CRUD playlist inspired by Spotify. It uses Spotify's 30-second track embeds, as well as Spotify API for searching.
Follow the slides workshop at https://github.com/lenmorld/rnw/raw/master/react_node_workshop_slides.pdf and join the Slack channel!
Workshop starts at branch /dev at Chapter 1 and wraps up at Chapter 7, with finished workshop app at branch /workshop1
Each chapter in the slides is also a branch, e.g. c4.5
Latest updates to the app, most in current development, is at /master
$ git checkout <workshop1|dev|master|any chapter>
# fork and clone the repo to your local
$ npm install
$ npm start
# in a 2nd terminal
$ webpack --watch
This repo and the material is being continously developed. To contribute, check out Issues or create a new one, fork repo, and make a PR against this one. Thanks!