HarounAlarabi / CodeAlong-NumberFacts

A codealong repo for Traversy's Number Facts video

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CodeAlong Number Facts

https://www.youtube.com/watch?v=tUE2Nic21BA

Learning Objectives

  • Code along with the video
  • Make an API call to an external, public API
  • Display the response on the front end

Requirements

Now that you've learned about APIs and how to connect with them, let's apply it in the context of a complete application. In the following assignment, you'll be coding along with somebody as they make an API call to an external, public API.

Don't just watch this video. You must code along for active learning. This will help you to understand what exactly the presenter is doing.

https://www.youtube.com/watch?v=tUE2Nic21BA

Acceptance Criteria

  • I have coded along with the video
  • My code fetches from the public API and the reponse is displayed by my front end
  • I have opened a PR with my work

About

A codealong repo for Traversy's Number Facts video

License:Creative Commons Attribution 4.0 International


Languages

Language:HTML 56.9%Language:JavaScript 43.1%