Link to the coursework
https://github.com/CodeYourFuture/Module-Data-Flows/tree/main/debugging/book-library
Why are we doing this?
Making a simpler version of the TV Show Project, that has some similar concerns, can help you design your application.
Maximum time in hours (Tech has max 16 per week total)
3
How to get help
Share your blockers in your class channel. Use the opportunity to refine your skill in Asking Questions like a developer.
There's a Code Reading exercise included in the debugging folder that will help you think through this project.
Use the debugger! Write tests! Use the tools you have been learning to help you solve problems methodically.
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
Loading
There are several projects in this repo. Make a new branch based on main 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 next week.
Link to the coursework
https://github.com/CodeYourFuture/Module-Data-Flows/tree/main/debugging/book-library
Why are we doing this?
Making a simpler version of the TV Show Project, that has some similar concerns, can help you design your application.
Maximum time in hours (Tech has max 16 per week total)
3
How to get help
Share your blockers in your class channel. Use the opportunity to refine your skill in Asking Questions like a developer.
There's a Code Reading exercise included in the debugging folder that will help you think through this project.
Use the debugger! Write tests! Use the tools you have been learning to help you solve problems methodically.
How to submit
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-libraryThere are several projects in this repo. Make a new branch based on
mainfor each project.How to review