Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/oneananda/html5-spa-survey
This is a small HTML5 Survey Single Page Application (SPA) with CRUD, this application is using HTML5s local storage to store the data in JSON format 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 for CSS this project uses Bootstrap
https://github.com/oneananda/html5-spa-survey
Last synced: 15 days ago
JSON representation
This is a small HTML5 Survey Single Page Application (SPA) with CRUD, this application is using HTML5s local storage to store the data in JSON format 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 for CSS this project uses Bootstrap
- Host: GitHub
- URL: https://github.com/oneananda/html5-spa-survey
- Owner: oneananda
- License: mit
- Created: 2019-11-25T06:26:31.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2019-11-25T06:49:01.000Z (about 5 years ago)
- Last Synced: 2024-11-07T10:35:51.516Z (2 months ago)
- Language: HTML
- Homepage:
- Size: 91.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# HTML5-SPA-Survey
Introduction:
This is a small HTML5 Survey Single Page Application (SPA) which applies CRUD, this application is using HTML5s local storage to store the data in JSON format
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.