An HTML5 based application that stores,manages & displays your contacts.
JS Framework : AngularJS CSS Framework : Twitter Bootstrap 3
Following fields are stored for each contact :
- ID : This represents the unique contact id for each contact.
- Name :
- Gender : Value can be either Male or Female
- Country : Available countries are China Germany India Japan Korea Singapore
- Phone : Maximum 10 Digits
- Favorite : Select to include a particular contact in your favorites
- Blocked : Select to block a particular contact
Each contact will be displayed in the application shell with an image ( representing male or female ) and the Name. Mouse-Hover over a particular contact highlights that contact. Cliking over a contact will display the Contact properties in a Property-Window which initially will be invisible and where any property value can be changed.
Added a Search option to search contact by Name