Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kubrianity/cat-react-app
The React project using Fetch API to get data about different cat breeds
https://github.com/kubrianity/cat-react-app
fetch-api javascript react
Last synced: 30 days ago
JSON representation
The React project using Fetch API to get data about different cat breeds
- Host: GitHub
- URL: https://github.com/kubrianity/cat-react-app
- Owner: Kubrianity
- License: mit
- Created: 2022-03-24T09:18:26.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-23T23:20:17.000Z (over 1 year ago)
- Last Synced: 2024-11-07T09:36:22.545Z (3 months ago)
- Topics: fetch-api, javascript, react
- Language: JavaScript
- Homepage:
- Size: 202 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# cat-react-app
This React.js application enables users to choose cat breeds from the list in order to view their characteristics like personality traits and life spans.
https://thecatapi.com is used for api endpoints in this project.
The link for the project: https://clever-queijadas-f9c693.netlify.app
## Installation
* Use the command below to clone this repository
*git clone https://github.com/Kubrianity/cat-react-app.git*
* Change the directory
*cd cat-react-app*
* Install dependencies
*npm install*
* Run the application to view it in localhost
*npm start*