London | 26-ITP-Sep | Mars Adesina | Sprint 1 | Form Controls - #1498
London | 26-ITP-Sep | Mars Adesina | Sprint 1 | Form Controls#1498marscancode wants to merge 9 commits into
Conversation
✅ Deploy Preview for cyf-onboarding-module ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
2 similar comments
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
abdishakoor-dev
left a comment
There was a problem hiding this comment.
All the requirements are met, the form works and the file is clean: validator and Prettier both pass. Good commits too, one per step.
One inline note for next time, not a blocker. Marking this Complete.
| <meta name="viewport" content="width=device-width, initial-scale=1" /> | ||
| </head> | ||
| <body> | ||
| <!-- <objectives> |
There was a problem hiding this comment.
The checklist comments here and on lines 20 and 37 were useful while you worked, but now everything is ticked they're the README pasted into the page. Comments in the code are for whoever reads the code later. A checklist like this belongs in the PR description, which you've already written well.
There was a problem hiding this comment.
Thank you Abdi! I'll remove the checklist comments from my code and make sure not to do the same thing with the upcoming coursework.

London | 26-ITP-Sep | Mars Adesina | Sprint 1 | Form Controls
Learners, PR Template
Self checklist
Task code
CYF-1004
Changelist
Created a T-shirt order form using HTML with:
I created a form in HTML using form validation, where customers have to enter a required valid name and a required valid email. They also have to choose from three T-shirt colour options and one of six T-shirt sizes. I tested the form using DevTools, including Lighthouse, and the W3C validator. I received a Lighthouse Accessibility score of 100 and no errors after refactoring my requirements, indentation, and HTML semantics.