Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 588 Bytes

File metadata and controls

23 lines (14 loc) · 588 Bytes

Sample demo of TheCatApi using React

For more information about the API, please visit the official site at https://docs.thecatapi.com/

Live demo

Check the live demo here

Notes

Please create a .env file with the following variables:

REACT_APP_CAT_API_URL=https://api.thecatapi.com/v1
REACT_APP_CAT_API_KEY=REPLACE_WITH_YOUR_CAT_API_KEY

To run the app

npm start

Runs the app in the development mode. Open http://localhost:3000 to view it in your browser.