Skip to content

frinyvonnick/reacats

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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