Glasgow | 25-ITP-SEP | Chibuikem Okwu | Sprint 2 | Form-Controls#910
Glasgow | 25-ITP-SEP | Chibuikem Okwu | Sprint 2 | Form-Controls#910chibu0070 wants to merge 10 commits intoCodeYourFuture:mainfrom
Conversation
based on DevTools and Lighthouse feedback
to collect name, email, colour and size for a T-shirt order.
✅ Deploy Preview for cyf-onboarding-module ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
Your PR description contained template fields which weren't filled in. Check you've ticked everything in the self checklist, and that any sections which prompt you to fill in an answer are either filled in or removed. If this PR is not coursework, please add the NotCoursework label (and message on Slack in #cyf-curriculum or it will probably not be noticed). |
|
Your PR description contained template fields which weren't filled in. Check you've ticked everything in the self checklist, and that any sections which prompt you to fill in an answer are either filled in or removed. If this PR is not coursework, please add the NotCoursework label (and message on Slack in #cyf-curriculum or it will probably not be noticed). |
5 similar comments
|
Your PR description contained template fields which weren't filled in. Check you've ticked everything in the self checklist, and that any sections which prompt you to fill in an answer are either filled in or removed. If this PR is not coursework, please add the NotCoursework label (and message on Slack in #cyf-curriculum or it will probably not be noticed). |
|
Your PR description contained template fields which weren't filled in. Check you've ticked everything in the self checklist, and that any sections which prompt you to fill in an answer are either filled in or removed. If this PR is not coursework, please add the NotCoursework label (and message on Slack in #cyf-curriculum or it will probably not be noticed). |
|
Your PR description contained template fields which weren't filled in. Check you've ticked everything in the self checklist, and that any sections which prompt you to fill in an answer are either filled in or removed. If this PR is not coursework, please add the NotCoursework label (and message on Slack in #cyf-curriculum or it will probably not be noticed). |
|
Your PR description contained template fields which weren't filled in. Check you've ticked everything in the self checklist, and that any sections which prompt you to fill in an answer are either filled in or removed. If this PR is not coursework, please add the NotCoursework label (and message on Slack in #cyf-curriculum or it will probably not be noticed). |
|
Your PR description contained template fields which weren't filled in. Check you've ticked everything in the self checklist, and that any sections which prompt you to fill in an answer are either filled in or removed. If this PR is not coursework, please add the NotCoursework label (and message on Slack in #cyf-curriculum or it will probably not be noticed). |
and applied needs review.
YoanHlebarov
left a comment
There was a problem hiding this comment.
Nice job, this works as it should but there are a couple of things that you may need to change.
One is to ensure you are formatting your code correctly. This makes reading the code easier and helps other developers understand at a glance what is going on.
Secondly, this PR should only have files associated with the Form Control task. Here you have also addded the Wireframe task files. Please remove those as they are not relevant to this PR.
| placeholder="Enter your full name" | ||
| /> | ||
| </div> | ||
| <br> |
There was a problem hiding this comment.
Stick to regular formatting (spacing) of the code so that it is easier to read. You can use the Prettier extension in VSCode and set it up to automatically format your files when you save. I would recommend you to have a look at it and enable it in the settings of VSCode.
Otherwise, please format the file so that each element is indented correctly.
YoanHlebarov
left a comment
There was a problem hiding this comment.
Nice this is much neater now. Good job I am happy with this now.

This PR adds a semantic HTML form that collects customer information for T-shirt orders.
The form includes fields for name, email, colour, and size, with built-in HTML hoping everyting is completed correctly
Learners, PR Template
Self checklist