/chuck-norris-jokes-react-app

A react app that interacts with Internet Chuck Norris Database API (​ http://www.icndb.com/api/​ )

Primary LanguageJavaScriptMIT LicenseMIT

chuck-norris-jokes-react-app

A react app that interacts with Internet Chuck Norris Database API (​ http://www.icndb.com/api/​ )

Running the app

cd into the folder then the following commands

npm install
npm run start

Open your browser and points to: http://localhost:8080/

Running Tests

cd into the folder then the following commands

npm install
npm run test

Things to do

if I have more time I would have added the following

  • e2e test for infinite scrolling page
  • better error handling
  • show loading indicator while making http calls