Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[TECH ED] Code Along APIs and Fetch #28

Open
SallyMcGrath opened this issue May 14, 2024 · 0 comments
Open

[TECH ED] Code Along APIs and Fetch #28

SallyMcGrath opened this issue May 14, 2024 · 0 comments
Labels
📅 JS3 This work belongs to JS3 🏝️ Priority Stretch Do this once mandatory and key work is done 🐂 Size Medium 1-4 hours 📅 Sprint 3 Assigned during Sprint 3 of this module 🎯 Topic Programming Fundamentals Learning syntax: data types, functions, loops, expressions, etc 🎯 Topic Requirements Interpreting requirements with precision and accuracy

Comments

@SallyMcGrath
Copy link
Member

SallyMcGrath commented May 14, 2024

Link to the coursework

https://github.com/CodeYourFuture/CodeAlong-NumberFacts

Why are we doing this?

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.

A couple of notes:

  1. The video uses a UI framework called Bootstrap - you don't need to use Bootstrap. Do not spend time learning about Bootstrap - it's a distraction. It's up to you how much time you want to spend on the visual styling of your website. It's ok if it's completely unstyled, or if you want to make it pretty.
  2. The video uses two different ways of calling an API - XmlHttpRequests and fetch. You can ignore the XmlHttpRequest way, and just use fetch.

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

Maximum time in hours

2

How to get help

Try this codealong in a study group.

How to submit

    Fork the repo to your own GitHub account
    Make regular small commits with clear messages
    When you are ready, open a Pull Request to the CYF repo
    Make sure you fill in the PR template provided

How to review

  1. Complete your PR template
  2. Ask for review from a classmate or mentor
  3. Make changes based on their feedback
  4. Review and refactor again once the coursework solutions are released.
@SallyMcGrath SallyMcGrath added 🎯 Topic Programming Fundamentals Learning syntax: data types, functions, loops, expressions, etc 🎯 Topic Requirements Interpreting requirements with precision and accuracy 🏝️ Priority Stretch Do this once mandatory and key work is done 🐂 Size Medium 1-4 hours 📅 JS3 This work belongs to JS3 📅 Sprint 2 Assigned during Sprint 2 of this module labels May 14, 2024
@illicitonion illicitonion added 📅 Sprint 3 Assigned during Sprint 3 of this module and removed 📅 Sprint 2 Assigned during Sprint 2 of this module labels Oct 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
📅 JS3 This work belongs to JS3 🏝️ Priority Stretch Do this once mandatory and key work is done 🐂 Size Medium 1-4 hours 📅 Sprint 3 Assigned during Sprint 3 of this module 🎯 Topic Programming Fundamentals Learning syntax: data types, functions, loops, expressions, etc 🎯 Topic Requirements Interpreting requirements with precision and accuracy
Projects
None yet
Development

No branches or pull requests

2 participants