Small project using React, Redux and ASOIAF
As a base it uses An API of Song And Fire but it is really a GraphQL endpoint.
You need to have Node to run it.
Easy.
git clone https://github.com/aparedes/asoiafreact.git
cd asoiafreact/
npm i
npm start
This project was bootstrapped with Create React App.