You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: blogpost-apps/local-first-form-builder/README.md
+7-6Lines changed: 7 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,16 +1,17 @@
1
1
# SurveyJS Form Builder – Offline Preact Demo
2
2
3
-
This is a lightweight demo showcasing how to use the [SurveyJS Form Builder](https://surveyjs.io/open-source) in an **offline-first Preact**setup.
3
+
A minimal example showing how to use the [SurveyJS Form Builder](https://surveyjs.io/open-source) in an **offline-first Preact**application.
4
4
5
5
## Features
6
6
7
-
-How to self-host the SurveyJS Form Builder
8
-
-How to work completely offline (no internet required)
9
-
-How to save/load survey JSON and theme to/from `localStorage`
10
-
-How to sync survey data manually when needed
7
+
-Self-hosted SurveyJS Form Builder—no external dependencies
8
+
-Works entirely offline (no internet required)
9
+
-Stores and retrieves survey JSON schemas and themes from `localStorage`
10
+
-Supports manual syncing of survey data when needed
11
11
12
12
## Related Blog Post
13
-
Read the full tutorial here: [Build Truly Offline Web Forms with SurveyJS](https://surveyjs.io/stay-updated/blog/local-fist-form-builder#try-the-demo-offline-surveyjs-creator).
13
+
14
+
Full tutorial: [Build Truly Offline Web Forms with SurveyJS](https://surveyjs.io/stay-updated/blog/local-first-form-builder#try-the-demo-offline-surveyjs-creator).
0 commit comments