{"id":28928860,"url":"https://github.com/dalascript/form-validator","last_synced_at":"2026-01-31T21:38:04.419Z","repository":{"id":300022934,"uuid":"1004820194","full_name":"DalaScript/form-validator","owner":"DalaScript","description":"ZTM JS Web Projects Course | Form Validator | Project 12/20","archived":false,"fork":false,"pushed_at":"2025-06-19T13:46:57.000Z","size":3,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-06-19T13:50:44.439Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/DalaScript.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,"zenodo":null}},"created_at":"2025-06-19T08:25:08.000Z","updated_at":"2025-06-19T13:47:00.000Z","dependencies_parsed_at":"2025-06-19T13:50:47.012Z","dependency_job_id":"12664320-7dc5-48e9-b12d-53548487a87c","html_url":"https://github.com/DalaScript/form-validator","commit_stats":null,"previous_names":["dalascript/form-validator"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/DalaScript/form-validator","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DalaScript%2Fform-validator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DalaScript%2Fform-validator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DalaScript%2Fform-validator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DalaScript%2Fform-validator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DalaScript","download_url":"https://codeload.github.com/DalaScript/form-validator/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DalaScript%2Fform-validator/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28956231,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-31T18:30:42.805Z","status":"ssl_error","status_checked_at":"2026-01-31T18:30:19.593Z","response_time":128,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":[],"created_at":"2025-06-22T14:14:40.535Z","updated_at":"2026-01-31T21:38:04.413Z","avatar_url":"https://github.com/DalaScript.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Form Validation | ZTM JS Web Projects Course\n\n**Project 12/20**\n\n📋 Form Validation is a responsive sign-up form built with custom client-side validation using the Constraint Validation API and JavaScript logic. It ensures that users enter valid information, confirms matching passwords, and provides instant feedback through styled messages and input borders — making form submission secure and user-friendly.\n\n---\n\n## 📚 Table of Contents\n\n- [🔎 Overview](#-overview)\n  - [📸 Screenshot](#-screenshot)\n  - [🔗 Links](#-links)\n  - [📌 Features](#-features)\n  - [🛠️ Built with](#️-built-with)\n- [🧠 My process](#-my-process)\n  - [🗃️ Useful resources](#️-useful-resources)\n  - [🔙 Previous Project](#-previous-project)\n  - [🔜 Next Project](#-next-project)\n- [👤 Author](#-author)\n  - [🌐 Connect with Me](#-connect-with-me)\n  - [💻 Coding Profiles](#-coding-profiles)\n\n---\n\n## 🔎 Overview\n\n### 📸 Screenshot\n\n![Live Preview Screenshot](./assets/screenshot.jpg)\n\n### 🔗 Links\n\n- [🔴 Live Demo](https://dalascript.github.io/form-validator/)\n- [🗂️ GitHub Repository](https://github.com/DalaScript/form-validator)\n\n### 📌 Features\n\n- ✅ Validates full name, phone, email, website URL, and password\n- ✅ Real-time input validation using built-in HTML attributes and JS\n- ✅ Password strength requirement using RegEx\n- ✅ Confirms password match before submission\n- ✅ Displays clear error/success messages with styled borders\n- ✅ Uses JavaScript to prevent form submission if data is invalid\n- ✅ Stores submitted user data in an object for further use\n\n### 🛠️ Built with\n\n- HTML5\n- CSS3\n- Vanilla JavaScript\n- Constraint Validation API\n\n---\n\n## 🧠 My Process\n\n### 🗃️ Useful resources\n\n- [Google Fonts](https://fonts.google.com/)\n- [RegEx Background Info](https://html.com/attributes/input-pattern/)\n- [RegEx Playground Tool (Password Pattern)](https://regexr.com/3bfsi)\n- [W3Schools - Forms](https://www.w3schools.com/html/html_forms.asp)\n- [W3Schools - Prevent Default](https://www.w3schools.com/jsref/event_preventdefault.asp)\n- [MDN - Input Element](https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/input)\n- [MDN - Valid Pseudo Class](https://developer.mozilla.org/en-US/docs/Web/CSS/:valid)\n- [MDN - Form Validation](https://developer.mozilla.org/en-US/docs/Learn_web_development/Extensions/Forms/Form_validation)\n- [MDN - Constraint Validation](https://developer.mozilla.org/en-US/docs/Web/HTML/Guides/Constraint_validation)\n- [MDN - Submit Event](https://developer.mozilla.org/en-US/docs/Web/API/HTMLFormElement/submit_event)\n- [CSS Tricks - Different Approaches to Validation Article](https://css-tricks.com/form-validation-part-1-constraint-validation-html/)\n\n### 🔙 Previous Project\n\n- Video Player | *Project 11/20* → [View Repository](https://github.com/DalaScript/video-player)\n\n### 🔜 Next Project\n\n- Spock Rock Game | *Project 13/20* → [View Repository](https://github.com/DalaScript/spock-rock-game)\n\n---\n\n## 👤 Author\n\n### 🌐 Connect with Me\n\n- [Instagram](https://www.instagram.com/DalaScript)\n- [YouTube](https://www.youtube.com/@DalaScript)\n\n### 💻 Coding Profiles\n\n- [freeCodeCamp](https://www.freecodecamp.org/DalaScript)\n- [FrontendMentor](https://www.frontendmentor.io/profile/DalaScript)\n- [GitHub](https://github.com/DalaScript)\n\n*🙌 Thanks for checking out my project! More coming soon. Stay tuned 🚀*\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdalascript%2Fform-validator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdalascript%2Fform-validator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdalascript%2Fform-validator/lists"}