- Install Node 8.9.2
- Clone repo, cd into directory
- Run
yarn
to setup Node modules
yarn start
- Fork this repository to your GitHub account.
- Check out
src/state/actions.js
and add code to fulfill the commented instructions. - Check out
src/SongsList.js
and fulfill commented "TODO" instructions. - Add any styling that you deem necessary to
src/index.css
. - Submit an upstream pull request with your work.