{"id":31766278,"url":"https://github.com/ayokanmi-adejola/multi-step-register-form","last_synced_at":"2025-10-10T00:30:49.300Z","repository":{"id":303812582,"uuid":"1016782936","full_name":"Ayokanmi-Adejola/Multi-Step-Register-Form","owner":"Ayokanmi-Adejola","description":"A fully responsive, accessible multi-step registration form built with modern HTML, CSS, and vanilla JavaScript. This project demonstrates best practices in UI/UX design, form validation, and progressive disclosure for user onboarding. Ideal for learning, prototyping, or adapting multi-step forms in web applications","archived":false,"fork":false,"pushed_at":"2025-09-10T13:28:11.000Z","size":852,"stargazers_count":6,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-09-30T00:00:38.163Z","etag":null,"topics":["css3","html5","inter-font","mobile-first-workflow","vanilla-js"],"latest_commit_sha":null,"homepage":"https://multi-step-register-form-beta.vercel.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/Ayokanmi-Adejola.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-07-09T14:13:20.000Z","updated_at":"2025-09-15T13:27:47.000Z","dependencies_parsed_at":"2025-07-09T15:28:24.353Z","dependency_job_id":"c226a3bc-db2f-4300-a4b4-0dfe344e9ab6","html_url":"https://github.com/Ayokanmi-Adejola/Multi-Step-Register-Form","commit_stats":null,"previous_names":["ayokanmi-adejola/multi-step-register-form"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Ayokanmi-Adejola/Multi-Step-Register-Form","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ayokanmi-Adejola%2FMulti-Step-Register-Form","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ayokanmi-Adejola%2FMulti-Step-Register-Form/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ayokanmi-Adejola%2FMulti-Step-Register-Form/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ayokanmi-Adejola%2FMulti-Step-Register-Form/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Ayokanmi-Adejola","download_url":"https://codeload.github.com/Ayokanmi-Adejola/Multi-Step-Register-Form/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ayokanmi-Adejola%2FMulti-Step-Register-Form/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279002364,"owners_count":26083356,"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-10-09T02:00:07.460Z","response_time":59,"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","inter-font","mobile-first-workflow","vanilla-js"],"created_at":"2025-10-10T00:30:09.752Z","updated_at":"2025-10-10T00:30:49.294Z","avatar_url":"https://github.com/Ayokanmi-Adejola.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# Multi-step Register Form | devChallenges.io\n\nA modern, responsive multi-step registration form built with HTML, CSS, and JavaScript. This project is a solution to the devChallenges.io Multi-step Register Form challenge.\n\n![screenshot](./thumbnail.jpg)\n\n## Features\n\n- Three-step registration process:\n  1. User details (name, email)\n  2. Topic selection (checkboxes)\n  3. Summary and confirmation\n- Responsive design for desktop and mobile\n- Professional UI with custom shadows, borders, and typography\n- Accessible and keyboard-friendly navigation\n- Clean, maintainable code structure\n\n| Desktop | Tablet | Mobile |\n|---------|--------|--------|\n| ![Desktop](./design/Desktop_1350px-1.jpg) | ![Tablet](./design/Tablet_1024px-1.jpg) | ![Mobile](./design/Mobile_412px-1.jpg) |\n\n## Technologies Used\n\n- HTML5\n- CSS3 (with custom properties and media queries)\n- JavaScript (vanilla, no frameworks)\n- [Inter font](https://fonts.google.com/specimen/Inter) for modern typography\n\n## Getting Started\n\n1. Clone or download this repository.\n2. Open `index.html` in your preferred browser.\n3. No build steps or dependencies required.\n\n## Folder Structure\n\n```\n├── index.html\n├── README.md\n├── thumbnail.jpg\n├── design/\n│   ├── Desktop_1350px-1.jpg\n│   ├── ...\n├── resources/\n│   ├── blur-radial.png\n│   ├── favicon.ico\n```\n\n## Customization\n\n- To change the author info, edit the `.author-info` section in `index.html`.\n- To adjust the form steps or add fields, modify the form markup and related JavaScript.\n- Colors, fonts, and spacing can be tweaked in the `\u003cstyle\u003e` section of `index.html`.\n\n## Accessibility\n\nThis project follows accessibility best practices:\n- Proper label associations for form fields\n- Keyboard navigation support\n- Sufficient color contrast\n- Focus indicators for interactive elements\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fayokanmi-adejola%2Fmulti-step-register-form","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fayokanmi-adejola%2Fmulti-step-register-form","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fayokanmi-adejola%2Fmulti-step-register-form/lists"}