Skip to main content

Posts

Showing posts from November 24, 2019

HTML5-SPA-Survey CRUD Application

Introduction: This is a small HTML5 Survey Single Page Application (SPA), this application is using HTML5s local storage to store the data in JSON format   To Add an Item: View Items: Edit and Delete The code is pretty straightforward which uses the plain Javascript and JQuery in some cases This application is tested in desktop Chrome, Firefox, and Edge browsers successfully.    This application is tested in Mobile browsers successfully.   About the survey:  This application captures the details about a person such as a Name, DOB, Children details, Annual Salary, 2 Wheeler details, 4 wheeler details and their insurance renewal dates, personal insurance renewal dates.    Technical Details:   Mainly uses Javascript, JQuery and Bootstrap The complete code is available at https://github.com/oneananda/HTML5-SPA-Survey/blob/master/HTML5%20SPA%20Survey.html For JSFiddle :  https://jsfiddle.net/oneananda/bs4f6ax0/