An open API service indexing awesome lists of open source software.

https://github.com/cmirnow/the-cat-api-react-app

A reactjs app to display information about cat breeds.
https://github.com/cmirnow/the-cat-api-react-app

reactjs thecatapi

Last synced: about 2 months ago
JSON representation

A reactjs app to display information about cat breeds.

Awesome Lists containing this project

README

          

# The Cat API React App

:pouting_cat: | A reactjs app to display information about cat breeds.
:---: | :---

## Quickly start

```
$ git clone https://github.com/cmirnow/The-Cat-API-React-App.git
$ cd The-Cat-API-React-App
$ touch .env && echo -e "REACT_APP_THECAT_API_KEY = XXXXXXXXXXXXXXXXXXXXXXX" > .env
$ npm install
$ npm start
```