React project that uses the [harry potter api](http://hp-api.herokuapp.com/api/characters documentation) to show and filter characters from the movies
Visit URL: https://stevendornan.github.io/harry-potter-cast/
# Install dependencies
npm install
# Run app
npm start
# Build app
npm run build