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.
- Host: GitHub
- URL: https://github.com/cmirnow/the-cat-api-react-app
- Owner: cmirnow
- Created: 2023-03-22T21:53:41.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2025-03-09T06:43:24.000Z (over 1 year ago)
- Last Synced: 2025-12-26T13:44:47.780Z (6 months ago)
- Topics: reactjs, thecatapi
- Language: JavaScript
- Homepage: https://cmirnow.github.io/The-Cat-API-React-App/
- Size: 3.49 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```