{"id":19044838,"url":"https://github.com/salvillalon45/theodinproject-htmlforms","last_synced_at":"2025-07-24T10:03:57.506Z","repository":{"id":124652031,"uuid":"444912450","full_name":"salvillalon45/theOdinProject-HTMLForms","owner":"salvillalon45","description":"[The Odin Project: HTML \u0026 CSS] - Project: HTML Forms","archived":false,"fork":false,"pushed_at":"2022-01-06T01:42:20.000Z","size":11,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-21T23:31:38.700Z","etag":null,"topics":["css3","html5","netify"],"latest_commit_sha":null,"homepage":"https://odin-htmlforms-sv.netlify.app","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/salvillalon45.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-01-05T18:37:18.000Z","updated_at":"2022-01-06T01:44:53.000Z","dependencies_parsed_at":null,"dependency_job_id":"fbfbd3c7-6998-4936-b8b4-d94e0b90b6b3","html_url":"https://github.com/salvillalon45/theOdinProject-HTMLForms","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/salvillalon45/theOdinProject-HTMLForms","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/salvillalon45%2FtheOdinProject-HTMLForms","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/salvillalon45%2FtheOdinProject-HTMLForms/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/salvillalon45%2FtheOdinProject-HTMLForms/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/salvillalon45%2FtheOdinProject-HTMLForms/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/salvillalon45","download_url":"https://codeload.github.com/salvillalon45/theOdinProject-HTMLForms/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/salvillalon45%2FtheOdinProject-HTMLForms/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266823190,"owners_count":23989948,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-07-24T02:00:09.469Z","response_time":99,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["css3","html5","netify"],"created_at":"2024-11-08T22:47:35.590Z","updated_at":"2025-07-24T10:03:57.443Z","avatar_url":"https://github.com/salvillalon45.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003e\n[The Odin Project: HTML \u0026 CSS] - Project: HTML Forms \n\u003c/h1\u003e\n\n## Intro\n\n-   The project is to practice forms by building Intuit's Sign Up Page\n-   You can find more on the project here: [The Odin Project - HTML Forms](https://www.theodinproject.com/paths/full-stack-javascript/courses/html-and-css/lessons/html-forms)\n\n### 📗 Fonts used\n\n-   [Montserrat](https://fonts.google.com/specimen/Montserrat?query=Montserrat)\n\n### 🎨 Color Reference\n\n|  Color            |  Hex                                                                 |\n| ----------------- | -------------------------------------------------------------------- |\n| Grey              |  ![#eceef1](https://via.placeholder.com/10/eceef1?text=+) `#eceef1`  |\n| Dark Grey         | ![#8f8f8f](https://via.placeholder.com/10/8f8f8f?text=+) `#8f8f8f`   |\n| Blue              |  ![#0077c5](https://via.placeholder.com/10/0077c5?text=+) `#0077c5`  |\n| Darker Grey       | ![#5d5360](https://via.placeholder.com/10/5d5360?text=+) `#5d5360`   |\n| Grey Border       | ![#c7c7c7](https://via.placeholder.com/10/c7c7c7?text=+) `#c7c7c7`   |\n| Grey Input Border |  ![#c6c7cc](https://via.placeholder.com/10/c6c7cc?text=+) `#c6c7cc`  |\n| Button Border     |  ![#4c4c4c](https://via.placeholder.com/10/4c4c4c?text=+) `#4c4c4c`  |\n\n## Overall\n\n### What I Learned\n\n-   I really like this project since it help clarify how forms are properly used. I learned about the `legend, fieldset` tags. Also how the nested `input` tags inside label. This allows us to not have to use for on `labels` and id on `inputs`\n-   [I had questions on what is inline-block and this guide helped](https://www.digitalocean.com/community/tutorials/css-display-inline-vs-inline-block#:~:text=Compared%20to%20display%3A%20inline%2C%20the,%3A%20inline%2Dblock%20they%20are)\n-   Also the form tag changes when it is used in React. I noticed that in React we can either use Controlled or Uncontrolled forms. Also I noticed that in React we do not use `action` or `method` as attributes on the form tag. Instead, we handle it in the `onSubmit` function\n    -   [More on Controlled and Uncontrolled Components](https://daveceddia.com/react-forms/)\n-   [I got curious to see Form Data is send to backend and I came across this guide](https://developer.mozilla.org/en-US/docs/Learn/Forms/Sending_and_retrieving_form_data). I like how it explains how to use the network tab! I found that really helpful\n-   [This was a great explaining for building forms. I like how it showed us all the potential things we can use a in a form](https://learn.shayhowe.com/html-css/building-forms/)\n\n## Next Steps\n\n-   Continue using semantic tags to properly organize the website\n-   Master knowing the differences between inline, inline-block, block and how padding and margin work on them\n-   Continue practicing using good forms handling\n\n## Technologies:\n\n-   HTML\n-   CSS\n-   Netlify\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsalvillalon45%2Ftheodinproject-htmlforms","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsalvillalon45%2Ftheodinproject-htmlforms","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsalvillalon45%2Ftheodinproject-htmlforms/lists"}