Skip to content
This repository has been archived by the owner on Aug 30, 2024. It is now read-only.

[TECH ED] Form Controls #79

Open
PERicci opened this issue Oct 5, 2023 · 0 comments
Open

[TECH ED] Form Controls #79

PERicci opened this issue Oct 5, 2023 · 0 comments

Comments

@PERicci
Copy link
Owner

PERicci commented Oct 5, 2023

From Module-HTML-CSS created by SallyMcGrath: CodeYourFuture/Module-HTML-CSS#6

Link to the coursework

https://github.com/CodeYourFuture/Module-HTML-CSS/tree/main/Form-Controls

Why are we doing this?

Aims

  1. Interpret requirements
  2. Write a valid form
  3. Style form controls
  4. Test with Devtools
  5. Refactor using Devtools

For this project, you will need to make decisions yourself and explore your own code with Devtools. What blockers will you encounter? How will you get help to solve them? Come to class with questions.

Maximum time in hours

4

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

Remember from last week's coursework that you should switch to the main branch before creating a new branch.

  1. Fork to your Github account.
  2. Switch to the main branch
  3. Make a branch for this project
  4. Make regular small commits in this branch with clear messages.
  5. When you are ready, open a PR to the CYF repo, following the instructions in the PR template.

There 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.

How to review

  1. Complete your PR template
  2. Ask for review from a classmate or mentor
  3. Make changes based on their feedback
  4. Review and refactor again next week

Anything else?

There are a couple of useful ideas in this project that you can explore further:

  1. Learning HTML properly. Many web developers skip straight to JavaScript and don't take the time to learn and properly understand HTML or CSS. This can lead them to writing elaborate and pointless JS code to recreate things that exist already in native HTML. These JS components usually don't have as many features as native HTML and often don't work well with other APIs. Many web developers don't really know that there are other APIs interacting with API, not just the DOM.

Properly understanding HTML and the DOM will make you a powerful and unusual web developer.

  1. Refactoring your code every single time. Many developers just add more and more code, especially with CSS, until they have a giant, frightening code mountain that they do not understand and cannot change. But requirements can and do change all the time. So making sure every time you write something you check you need it, and you remove everything you don't need will make your code simple, powerful, precise, and clear.

Finding the simplest thing that can possibly work will make you a powerful and unusual web developer.

@PERicci PERicci self-assigned this Oct 5, 2023
@PERicci PERicci moved this to 📋 Backlog in CYF Coursework Planner Board Oct 5, 2023
@PERicci PERicci moved this from 📋 Backlog to 🔖 Ready in CYF Coursework Planner Board Oct 9, 2023
@PERicci PERicci moved this from 🔖 Ready to 🏗 In progress in CYF Coursework Planner Board Oct 10, 2023
@PERicci PERicci moved this from 🏗 In progress to 👀 In review in CYF Coursework Planner Board Oct 13, 2023
@PERicci PERicci moved this from 👀 In review to ✅ Done in CYF Coursework Planner Board Dec 8, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
No open projects
Archived in project
Development

No branches or pull requests

1 participant