This site uses two external API.
One retrieves random dog images and the other one will retrieve a random fact about dogs.
cd to /backend directory
npm installThis will install express and cors .
In the backend directory run the following command to start the server
node .\index.jsSimply open the index.html file located in the frontend directory.
You could also right click the html file and 'Open with Live Server'
Enjoy the cool dog images and facts. You can always get more by clicking on the button.