Description: Consumes the public Flickr API, displaying results in a set of photo cards with photo title, author, description, and tags if present. Also allows for filtering of photo cards based upon tag name.
First
$ npm install
Now run the development build of the app
$ npm start
Open http://localhost:3000/ in your browser.