Skip to content

React web app displaying Cat Facts from catfacts.ninja API when user clicks a button. Project completed as part of nology course

Notifications You must be signed in to change notification settings

meljaynethomas/catfacts-api-practice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CHALLENGE NOTES

Create a fetch that calls the catfacts.ninja API and displays the returned data in any way you choose

  1. Read the docs here: https://catfact.ninja/docs
  2. You will need to have a good read of the docs to find out how to return mroe than one fact at a time
  3. Test the API in postman before trying to call it in react
  4. The MVP is to get 10 facts appearing on the page as sentences
  5. GET CREATIVE! Display the returned facts in a creative way that actually makes this interesting to the user
  6. Create a service/API layer in your code
  7. Allow the user to input how many they want to see at any one time

About

React web app displaying Cat Facts from catfacts.ninja API when user clicks a button. Project completed as part of nology course

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published