Skip to content

siddharth-kaushik/cat-fact

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The Cat Fact App

The app shows a fact about cat and a list of cat breeds fetched from CatFact.Ninja on grid of cards. It also fetches a random image of a cat from RoboHash

Run Locally

Clone the project

  gh repo clone siddharth-kaushik/cat-fact

Go to the project directory

  cd cat-fact

Install dependencies

  npm install

Start the server

  npm start