-
-
Notifications
You must be signed in to change notification settings - Fork 101
Closed
Labels
🎯 Topic Functional ProgrammingComposing software with functionsComposing software with functions🎯 Topic Programming FundamentalsLearning syntax: data types, functions, loops, expressions, etcLearning syntax: data types, functions, loops, expressions, etc🐂 Size Medium1-4 hours1-4 hours
Description
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 to your Github account.
- Make a branch for this project.
- Make regular small commits in this branch with clear messages.
- When you are ready, open a PR to the CYF repo, following the instructions in the PR template.
gitGraph
commit id: "start"
branch feature/book-library
commit id: "skeleton page code"
commit id: "Fonts and colours"
commit id: "mobile layout"
commit id: "lighthouse audit revisions mobile"
commit id: "desktop layout"
commit id: "lighthouse audit revisions desktop"
checkout main
merge feature/book-library
There are several projects in this repo. Make a new branch for each project.
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.
Anything else?
Dog photo gallery - activity found in this repo
Code reading - activity can be found in this repo
Metadata
Metadata
Assignees
Labels
🎯 Topic Functional ProgrammingComposing software with functionsComposing software with functions🎯 Topic Programming FundamentalsLearning syntax: data types, functions, loops, expressions, etcLearning syntax: data types, functions, loops, expressions, etc🐂 Size Medium1-4 hours1-4 hours
Type
Projects
Status
📋 Backlog
Status
✅ Done