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

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

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