Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 388 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 388 Bytes

Reacats

Demo application for DevoxxFR 2019.

This application aims to demonstrate all the cool new stuff in React 16.

Usage

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>"
}