It's just a simple game of guessing the name of Futurama characters. Why doing this? Just for the fun of building a simple React/Redux app.
-
Install dependencies:
$ npm install
-
Run the API dev server (source of Futurama characters):
$ npm run server
-
Then the app:
$ npm run dev
-
Profit!