Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 383 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 383 Bytes

Itunes artwork finder

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.

Install and test locally

  1. git clone https://github.com/remyr/iTunes-artwork-finder.git
  2. cd iTunes-artwork-finder
  3. npm install
  4. npm run start
  5. visit http://localhost:8000