Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[TECH ED] Form Controls #23

Open
AbdihamidAli opened this issue Sep 2, 2023 · 1 comment
Open

[TECH ED] Form Controls #23

AbdihamidAli opened this issue Sep 2, 2023 · 1 comment
Labels
Week 3 Adding labels to the issues

Comments

@AbdihamidAli
Copy link
Owner

From Module-HTML-CSS created by SallyMcGrath: CodeYourFuture#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

  1. Fork to your Github account.
  2. Make a branch for this project.
  3. Make regular small commits in this branch with clear messages.
  4. 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.

@AbdihamidAli AbdihamidAli added the Week 3 Adding labels to the issues label Sep 2, 2023
@AbdihamidAli AbdihamidAli added this to the Module-HTML-CSS milestone Sep 2, 2023
@AbdihamidAli AbdihamidAli moved this from 📋 Backlog to 🔖 Ready in CYF Software Development Coursework Planner Sep 6, 2023
@AbdihamidAli AbdihamidAli moved this from 🔖 Ready to 🏗 In progress in CYF Software Development Coursework Planner Sep 12, 2023
@AbdihamidAli
Copy link
Owner Author

@AbdihamidAli AbdihamidAli moved this from 🏗 In progress to 👀 In review in CYF Software Development Coursework Planner Sep 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Week 3 Adding labels to the issues
Projects
Status: 👀 In review
Development

No branches or pull requests

1 participant