You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We will use fetch a lot in web development. To get familiar with this API, use fetch to load a greeting from the API and display it in the HTML element with the id "greeting-text". There are some stretch exercises linked at the bottom of the ticket.
Maximum time in hours (Tech has max 16 per week total)
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
Complete your PR template
Ask for review from a classmate or mentor
Make changes based on their feedback
Review and refactor again once the coursework solutions are released.
From Module-JS3 created by SallyMcGrath: CodeYourFuture/curriculum#605
Link to the coursework
https://github.com/CodeYourFuture/Module-JS3/tree/main/using-fetch
Why are we doing this?
We will use
fetch
a lot in web development. To get familiar with this API, use fetch to load a greeting from the API and display it in the HTML element with the id "greeting-text". There are some stretch exercises linked at the bottom of the ticket.Maximum time in hours (Tech has max 16 per week total)
1
How to get help
To learn more about fetch, refer to the doc:
https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API/Using_Fetch
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
Anything else?
Using
fetch
- activity found in this repoDog photo gallery - activity found in this repo
Code reading - activity can be found in this repo
The text was updated successfully, but these errors were encountered: