Skip to content

Rd-Trends/catwiki

Repository files navigation

CatWiki

devchallenges.io challenge

Made with

Features

  • User can search for cat breeds and select a breed of their choice
  • User can see a summary of the most popular cat breed on the homepage
  • User can see the top 10 most searched cat breeds
  • User can see the breed details including description, temperament, origin, life span, adaptability, affection level, child-friendly, grooming, intelligence, health issues, social needs, stranger friendly

How to run this app locally

  • clone this repository
  • run npm install
  • run npm run dev
  • create a .env.local file and add the variable API_KEY = your api key. visit thecatapi to get your api key.
  • befor deploying, please edit base url in the config file in the root directory