Skip to content

david-hooper/async-animal-challenge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Async Animals Challenge

Fix the broken async calls so animals load in the right order and so the page does not take more than 3 seconds to load.

DO NOT MODIFY backend.js

You can lanch frontend using live server for auto refreshes without having to restart node server.

Run Locally

Clone the project

  git clone https://github.com/david-hooper/async-animal-challenge.git

Go to the project directory

  cd async-animal-challenge/backend_server/

Install dependencies

  npm install

Start the server

  npm start

Server should be running on http://localhost:3000

About

Challenge to get the animals to load in the right order.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published