In effort to learn ES6 and React/Redux this is iTunes Artwork Finder. It's a simple single page application to find album artwork from the iTunes API and database.
git clone https://github.com/remyr/iTunes-artwork-finder.git
cd iTunes-artwork-finder
npm install
npm run start
- visit
http://localhost:8000