kaylacrane / angular-contact-list

Contact List App

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Contact List App

Contact list app that allows user to add new contacts, as well as modify and deletes already added contacts

Form validation and error messages

Form fields are validated using FormControl and FormGroup:

  • First and last name must be at least 3 characters
  • Age must be between 0 and 125
  • DNI or NIE is validated using regex and must be 9 characters long
  • Birthday must be in DD/MM/YYYY format
  • A valid selection must be made for Gender and Favorite Color

Error messages appear and inputs are marked in red when they don't have valid data

Technologies used

  • Angular
  • Material
  • SASS

About

Contact List App


Languages

Language:TypeScript 67.8%Language:HTML 20.8%Language:JavaScript 8.4%Language:Sass 3.0%