/angular-signup-form

Responsive/Reactive sign-up form made as part of challenge during my internship.

Primary LanguageTypeScript

Responsive/Reactive Signup Form Angular 18

Simple reactive signup form made as part of a challenge during an Angular course.

  1. Working validators.
  2. Ngrx Store implementation.
  3. Form autofill with data from the local storage.

Changelog 1.0.1

  1. Changed the country and state to dropdowns with a list populated from a JSON file.

There is no backend implementation for this simple project and it was made prior to learning Angular Material Theming so an external tolls was used to generate the custom theme. https://angular-material.dev/home

Known issues:

  1. The password widget needs some code adjustments for the fill color to update correctly.