https://github.com/javadev/test-task-address-book
Test task, address book application
https://github.com/javadev/test-task-address-book
Last synced: 3 months ago
JSON representation
Test task, address book application
- Host: GitHub
- URL: https://github.com/javadev/test-task-address-book
- Owner: javadev
- License: mit
- Created: 2014-10-11T16:22:38.000Z (over 10 years ago)
- Default Branch: main
- Last Pushed: 2025-01-15T15:38:36.000Z (5 months ago)
- Last Synced: 2025-01-31T08:32:56.648Z (5 months ago)
- Language: JavaScript
- Size: 52.2 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
test-task-address-book
======================[](https://travis-ci.org/javadev/test-task-address-book)
[](https://coveralls.io/r/javadev/test-task-address-book)Test task, address book application
Implement a single-page web application “Address Book”. The application should show a list of the contacts (name and phone number). It also should have an ability to see the details of the contacts: full name, phone number, date of birth, address, description(optional) ). User should have an ability to add a new contact, to remove and edit the existing contacts.
All data that is entered into the application has to be validated.
All data has to be stored in a database.Extra task: implement groups of contacts. Each group should have a name, an icon and a description.
Preferable technologies
Build tool: Maven
DB: HSQL, PostgreSQL
Back-end: Spring/JAX-RS(Jersey)
Front-end: HTML/CSS/JS, (jQuery, Backbone.js or Angular.js)
Unit testing: jUnit, Mockito