/softPhone

initializr boilerplate

Primary LanguageJavaScript

softPhone

To start:

$ git clone https://github.com/jxjwilliam/softPhone.git
$ cd softPhone
$ open index.html

The entry point is the index.html

Notice

  1. the phone number must be valid: e.g. 212-999-8888 or 1-212-888-9999
  2. use jQuery to make the DOM process easily and quickly.
  3. use twitter-bootstrap and font-awesome for grid-layout, responsive design.
  4. the main.js is in a IIFE, no global variable, and the wiget can be reusable.