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
- Host: GitHub
- URL: https://github.com/kaylacrane/angular-contact-list
- Owner: kaylacrane
- Created: 2021-05-16T12:40:53.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-05-16T13:42:00.000Z (about 5 years ago)
- Last Synced: 2025-10-21T05:39:11.109Z (8 months ago)
- Topics: angular, angular-material, javascript, sass, typescript
- Language: TypeScript
- Homepage:
- Size: 161 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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