Skip to content

feat: created LoginPage

Alina Harnat requested to merge login-page into dev
  • created LocalStorageService in common module
  • created enums for: route pathes, local storage keys
  • created a FormInput component to reuse for email and password inputs
  • created LoginForm
  • created LoginPage
  • created a custom hook to simplify the logic inside LoginForm.
  • created a separate file with the LOGIN_FORM_STYLES constant to define form styles and improve component readability

Merge request reports