Skip to content

gcesconcordia/nextjs-interview-space

Repository files navigation

GCES Tech Recruitment Aptitude Check

Cats API documentation

https://developers.thecatapi.com/view-account/ylX4blBYT9FaoVd6OhvR?report=bOoHBz-8t

Tasks

API_KEY=live_u69xUjhZz5UiKy7uZyFycyfmkIN5LWmuADMjVRdn2pKxqU0fgEhIQRdeuwc66tAI

  • In a terminal window: query the cats API for 100 cats
  • On the Nextjs app:
    • build a reusable component, no need to make it super pretty, to display the cats' info returned from the API
    • call the cats api for 10 cats
  • Programmatically display them using the reusable component

Examples

  • API response
{
  "breeds": [
    {
      "weight": {
        "imperial": "7  -  10",
        "metric": "3 - 5"
      },
      "id": "abys",
      "name": "Abyssinian",
      "cfa_url": "http://cfa.org/Breeds/BreedsAB/Abyssinian.aspx",
      "vetstreet_url": "http://www.vetstreet.com/cats/abyssinian",
      "vcahospitals_url": "https://vcahospitals.com/know-your-pet/cat-breeds/abyssinian",
      "temperament": "Active, Energetic, Independent, Intelligent, Gentle",
      "origin": "Egypt",
      "country_codes": "EG",
      "country_code": "EG",
      "description": "The Abyssinian is easy to care for, and a joy to have in your home. They’re affectionate cats and love both people and other animals.",
      "life_span": "14 - 15",
      "indoor": 0,
      "lap": 1,
      "alt_names": "",
      "adaptability": 5,
      "affection_level": 5,
      "child_friendly": 3,
      "dog_friendly": 4,
      "energy_level": 5,
      "grooming": 1,
      "health_issues": 2,
      "intelligence": 5,
      "shedding_level": 2,
      "social_needs": 5,
      "stranger_friendly": 5,
      "vocalisation": 1,
      "experimental": 0,
      "hairless": 0,
      "natural": 1,
      "rare": 0,
      "rex": 0,
      "suppressed_tail": 0,
      "short_legs": 0,
      "wikipedia_url": "https://en.wikipedia.org/wiki/Abyssinian_(cat)",
      "hypoallergenic": 0,
      "reference_image_id": "0XYvRd7oD"
    }
  ],
  "id": "0XYvRd7oD",
  "url": "https://cdn2.thecatapi.com/images/0XYvRd7oD.jpg",
  "width": 1204,
  "height": 1445
},
  • Component

alt text

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published