Skip to content

Commit c14e44a

Browse files
Copilothuangyiirene
andcommitted
Add browser demos section to examples README and verify LocalStorage demo
Co-authored-by: huangyiirene <7665279+huangyiirene@users.noreply.github.com>
1 parent 122ad24 commit c14e44a

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

examples/README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,21 @@ Welcome to the ObjectQL examples collection. This directory is organized to help
88
| :--- | :--- |
99
| **[Attachment Upload Demo](./attachment-upload-demo.md)** | Complete guide to uploading files, handling images, creating records with attachments, and implementing file upload components |
1010

11+
## 🌐 Browser Demos
12+
*ObjectQL running directly in web browsers - no backend required!*
13+
14+
| Example | Description | Proficiency |
15+
| :--- | :--- | :--- |
16+
| **[Memory Driver Demo](./browser-demo/)** | Interactive task manager running entirely in the browser with in-memory storage. Perfect for prototyping and understanding ObjectQL's client-side capabilities. | 🌱 Beginner |
17+
| **[LocalStorage Demo](./browser-localstorage-demo/)** | Persistent browser storage that survives page refreshes. Ideal for offline apps, PWAs, and user preferences. | ⚡️ Intermediate |
18+
19+
**Features:**
20+
- 🎨 Beautiful interactive UI with live CRUD operations
21+
- 📊 Real-time statistics dashboard
22+
- 🖥️ Browser console debugging (`window.app`, `window.taskRepo`)
23+
- ✨ Sample data generation
24+
- 🔄 Filter and manage data visually
25+
1126
## 🚀 Starters
1227
*Boilerplates and minimal setups to get you coding in seconds.*
1328

0 commit comments

Comments
 (0)