An open API service indexing awesome lists of open source software.

https://github.com/kaylacrane/angular-contact-list

Contact List App
https://github.com/kaylacrane/angular-contact-list

angular angular-material javascript sass typescript

Last synced: 2 months ago
JSON representation

Contact List App

Awesome Lists containing this project

README

          

# 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