/redux-practice

Practice redux app

Primary LanguageJavaScript

This app shows pictures of dogs of a selected breed from the Dog API. It was initially bootstrapped with create-react-app. The finished example will be at branch completed-example.

Steps to run:

git clone https://github.com/davidrf/intro-to-redux-http-requests cd intro-to-redux-http-requests yarn install yarn start