Skip to content

Commit 6712cb1

Browse files
Update README.md
1 parent 377ff60 commit 6712cb1

File tree

1 file changed

+7
-6
lines changed
  • blogpost-apps/local-first-form-builder

1 file changed

+7
-6
lines changed

blogpost-apps/local-first-form-builder/README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,17 @@
11
# SurveyJS Form Builder – Offline Preact Demo
22

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.
44

55
## Features
66

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
1111

1212
## 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).
1415

1516
## How to Run
1617

0 commit comments

Comments
 (0)