Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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*