{"id":17355881,"url":"https://github.com/zakaria9375/multi-step-form-angular","last_synced_at":"2026-04-10T06:52:35.330Z","repository":{"id":243109025,"uuid":"811285903","full_name":"Zakaria9375/multi-step-form-angular","owner":"Zakaria9375","description":"A Solution to Frontend Mentor - Multi-step form challenge build by angular forms","archived":false,"fork":false,"pushed_at":"2024-06-18T11:14:55.000Z","size":2636,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-27T14:19:31.094Z","etag":null,"topics":["accessibility","angular","animations","html","reactive-forms","tailwindcss","typescript","unit-testing"],"latest_commit_sha":null,"homepage":"https://za-multi-step-form.netlify.app/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Zakaria9375.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2024-06-06T09:54:20.000Z","updated_at":"2024-06-21T15:22:57.000Z","dependencies_parsed_at":"2024-06-09T14:51:50.469Z","dependency_job_id":"8efb9ce4-ed38-4bb2-8fff-3ee70b341929","html_url":"https://github.com/Zakaria9375/multi-step-form-angular","commit_stats":null,"previous_names":["zakaria9375/fm-multi-step-form","zakaria9375/multi-step-form-angular"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Zakaria9375%2Fmulti-step-form-angular","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Zakaria9375%2Fmulti-step-form-angular/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Zakaria9375%2Fmulti-step-form-angular/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Zakaria9375%2Fmulti-step-form-angular/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Zakaria9375","download_url":"https://codeload.github.com/Zakaria9375/multi-step-form-angular/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245858888,"owners_count":20684062,"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","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":["accessibility","angular","animations","html","reactive-forms","tailwindcss","typescript","unit-testing"],"created_at":"2024-10-15T17:46:17.221Z","updated_at":"2025-12-30T21:31:39.271Z","avatar_url":"https://github.com/Zakaria9375.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Frontend Mentor - Multi-step form\n\nThis is a solution to the [Multi-step form challenge on Frontend Mentor](https://www.frontendmentor.io/challenges/multistep-form-YVAnSdqQBJ). Frontend Mentor challenges help you improve your coding skills by building realistic projects.\n\n## Overview\n\n### Figma Design\n\n\u003cp align=\"center\"\u003e\n\u003cimg src=\"./src/assets/desktop-preview.jpg\" alt=\"Design Preview\" width=\"900\"\u003e\n\u003c/p\u003e\n\n### Outcome\n\n\u003cp align=\"center\"\u003e\n\u003cimg src=\"./src/assets/outcome.gif\" alt=\"Live Outcome\" width=\"900\"\u003e\n\u003c/p\u003e\n\n## Technologies\n\nThe technologies used in this project are:\n\n* HTML \u0026 Tailwind \u0026 TypeScript\n* Angular (animation, reactive forms)\n* Unit testing (Jasmine)\n\n## Features\n\n* **Responsive Design**: Ensures the form looks great on all devices.\n* **Form Validation**: Real-time validation with meaningful error messages.\n* **Accessibility**: Built with accessibility in mind.\n* **Animations**: Smooth animations for form interactions.\n* **Unit testing**: Comprehensive unit tests to ensure code reliability.\n* **Identical Design**: Almost identical to figma design except what has to reconsider for accessibility.\n\n## Setup\n\nTo run this app in development mode open the terminal and write the following:\n\n```shell  \ngit clone https://github.com/Zakaria9375/fm-multi-step-form.git \ncd fm-multi-step-form  \nnpm install \n \n# you need to install angular cli to run this app in development mode\nnpm install -g @angular/cli\n\nng serve\n```\n\n## Links\n\n* [Challenge Page](https://www.frontendmentor.io/challenges/multistep-form-YVAnSdqQBJ)\n* [Live Demo](https://za-multi-step-form.netlify.app/)\n\n## Testing\n\n### Accessibility\n\nThis app has been crafted with a focus on accessibility, utilizing the Accessibility Linter, IBM Equal Access Accessibility Checker extension, and WCAG extension to adhere to accessibility best practices. Key features include:\n\n* Zooming: Maintains content and functionality without loss when zooming.\n* Keyboard-only navigation: All interactive elements are fully accessible, focusable, and clickable via keyboard.\n* Static code analysis: Ensures no errors through the use of semantic HTML.\n* Aria rules compliance: Proper implementation of ARIA (Accessible Rich Internet Applications) rules.\n* Semantic HTML: Employs clean, semantic HTML when ever possible for better accessibility.\n\n\u003cdetails\u003e\n  \u003csummary\u003e\u003cb\u003eAccessibility Tests Screenshots\u003c/b\u003e\u003c/summary\u003e\n\u003cp align=\"center\"\u003e\n\u003cimg src=\"./src/assets/access1.PNG\" alt=\"Accessibility test 1\" width=\"\"\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n\u003cimg src=\"./src/assets/access2.PNG\" alt=\"Accessibility test 2\" width=\"350\"\u003e\n\u003c/p\u003e\n\u003c/details\u003e\n\n### Unit Testing\n\nThis project uses Jasmine and karma for unit testing\n\n\u003cdetails\u003e\n  \u003csummary\u003e\u003cb\u003eUnit Tests Screenshots\u003c/b\u003e\u003c/summary\u003e\n\u003cp align=\"center\"\u003e\n\u003cimg src=\"./src/assets/tests.PNG\" alt=\"Unit tests\" width=\"600\"\u003e\n\u003c/p\u003e\n\u003c/details\u003e\n\nTo run and execute all the unit tests defined in the project after setting the app in development mode, open a new terminal and write the following:\n\n```shell\nng test\n```\n\n### Lighthouse report\n\n\u003cdetails\u003e\n  \u003csummary\u003e\u003cb\u003eAccessibility Tests Screenshots\u003c/b\u003e\u003c/summary\u003e\n\u003cp align=\"center\"\u003e\n\u003cimg src=\"./src/assets/light-house.PNG\" alt=\"Lighthouse tests\" width=\"450\"\u003e\n\u003c/p\u003e\n\u003c/details\u003e\n\n## Retrospectives\n\n\u003e What went well ?\n\nI am proud of accessbility, styling, clean markup, functionality\n\n\u003e What could be improved ?\n\nThe weird way of fetching font at the initial load of the page.\n\n## About the Author\n\n* Portfolio - [Zakaria Ali](https://zaportfolio.netlify.app/)\n* Frontend Mentor Profile - [@Zakaria9375](https://www.frontendmentor.io/profile/Zakaria9375)\n* Project by - [Frontend Mentor team](https://www.frontendmentor.io/)\n\n## Contributing\n\n**Want to contribute?** *Great!* Here’s how you can help:\n\n1. Fork the repo and create your branch from `main`.\n2. Make your changes and test.\n3. Issue that \"pull\" request!\n\n## License\n\nCopyright (c) 2024-present, Zakaria Ali\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzakaria9375%2Fmulti-step-form-angular","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzakaria9375%2Fmulti-step-form-angular","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzakaria9375%2Fmulti-step-form-angular/lists"}