Skip to content

A simple React app utilising the useEffect hook to fetch and display Dog Facts from an external API

Notifications You must be signed in to change notification settings

jennylarsen/exercise-w7-dog-facts-use-effect-hook

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Dog Facts useEffect Hook Exercise

For this weeks practice you will practice using the useEffect hook to create a simple app that will use an external free API to retrieve Dog Facts.

"The better I get to know men, the more I find myself loving dogs." - Charles de Gaulle

Getting Started with the Project

Dependency Installation & Startup Development Server:

Once cloned, navigate to the project's root directory and this project uses npm (Node Package Manager) to manage its dependencies.

The command below is a combination of installing dependencies, opening up the project on VS Code and it will run a development server on your terminal.

npm i && code . && npm run dev

About

A simple React app utilising the useEffect hook to fetch and display Dog Facts from an external API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 80.8%
  • HTML 17.6%
  • CSS 1.6%