-
Notifications
You must be signed in to change notification settings - Fork 0
[TECH ED] Programmer Humour #173
Copy link
Copy link
Open
Labels
🎯 Topic Programming FundamentalsLearning syntax: data types, functions, loops, expressions, etcLearning syntax: data types, functions, loops, expressions, etc🎯 Topic RequirementsInterpreting requirements with precision and accuracyInterpreting requirements with precision and accuracy🏕 Priority MandatoryThis work is expectedThis work is expected📅 JS3📅 Week 3Assigned during Week 3 of this moduleAssigned during Week 3 of this module
Metadata
Metadata
Assignees
Labels
🎯 Topic Programming FundamentalsLearning syntax: data types, functions, loops, expressions, etcLearning syntax: data types, functions, loops, expressions, etc🎯 Topic RequirementsInterpreting requirements with precision and accuracyInterpreting requirements with precision and accuracy🏕 Priority MandatoryThis work is expectedThis work is expected📅 JS3📅 Week 3Assigned during Week 3 of this moduleAssigned during Week 3 of this module
Projects
Status
✅ Done
Link to the coursework
https://github.com/CodeYourFuture/Module-JS3/tree/main/programmer-humour
Why are we doing this?
We're making a very tiny application, the smallest one you can think of, that fetches from an API and shows something on a page. You should do this many times. Make ten more of these if you finish this early. Make it as simple as possible.
Remember: always do the simplest thing that can possibly work.
Maximum time in hours (Tech has max 16 per week total)
1
How to get help
Share your blockers in your class channel. Use the opportunity to refine your skill in Asking Questions like a developer.
How to submit
gitGraph commit id: "start" branch feature/xkcd commit id: "stub-files" commit id: "fetch-from-xkcd" commit id: "template-layout" commit id: "lighthouse-audit-revisions" checkout main merge feature/xkcdThere are several projects in this repo. Make a new branch for each project. This might feel challenging at first, so this is a good problem to bring to class to work on in groups with mentors.
Don't make one giant PR with all your work in for the module. Make a separate PR for each assignment.
How to review