https://github.com/maxinteger/js-simple-address-book
Simple Address book in JavaScript
https://github.com/maxinteger/js-simple-address-book
Last synced: 6 months ago
JSON representation
Simple Address book in JavaScript
- Host: GitHub
- URL: https://github.com/maxinteger/js-simple-address-book
- Owner: maxinteger
- License: mit
- Created: 2015-03-25T16:08:29.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-03-30T20:57:48.000Z (almost 11 years ago)
- Last Synced: 2025-03-21T15:17:27.212Z (10 months ago)
- Language: JavaScript
- Size: 145 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
#Simple Address book in JavaScript
It is a simple address book implementation with Angular JS and mocked DB back-end.
It has a very simple static node server.
##Features
- Add and remove contacts
- Reset not saved data
- Contact form validation
- Handle multiple phone number and email address
- Contact list sorted and grouped
- Store data in browser's local storage
- No NPM dependencies
##Install
bower install
##Run:
node server.js
##Open in browser
`http://localhost:3000/index.html` or use this link: [Simple Address Book](http://localhost:3000/index.html)
##Development
Tested with newest Firefox and Chrome on Linux
##Next step
- Write unit and e2e tests
- Change storage from localStorage to Firebase or MongoDB
- Rewrite JS in JS6