Customer CRUD Demo

This demo is designed to demonstrate CRUD operations for ficticious customer data. An open source Javascript grid control has been used to show the data. The data is persisted using serialised Json data stored as a text file on the local web server. There is a required validator on each field, and the Email address is also tested for validity. Feel free to alter the data as you wish.

The sourcecode for this solution can be found in Github.com, here