Angular project implementing a user registration form using Angular Material components.
- Username, email, password, and password confirmation fields.
- Dynamic form validation for data integrity.
- Error messages displayed for invalid inputs.
- Success confirmation using Angular Material's Snackbar.
- Responsive design ensuring usability on all devices.
- Angular
- Angular Material
- Reactive Forms
- Clone the repository.
- Install dependencies with
npm install
. - Run the development server with
ng serve
. - Navigate to
http://localhost:4200/
in your browser.
- Fill out the form fields and submit.
- Check for validation errors and success message.
This project is licensed under the MIT License - see the LICENSE file for details.