Demo application for DevoxxFR 2019.
This application aims to demonstrate all the cool new stuff in React 16.
To use this application, you'll need to get an API key from the cat API.
This API key has to be written in a src/config.json
file using the template file provided below.
{
"apiKey": "<INSERT YOUR API KEY HERE>"
}