This directory contains example Progressive Web Applications built entirely within SVG files. Each .pwa.svg
file is a complete, self-contained application.
A simple note-taking application built entirely within an SVG file using PWA capabilities.
note.pwa.svg
in a modern web browserRun unit tests:
node test.js
Run Playwright end-to-end tests:
npm test
saveNote(text)
- Saves the note to localStorageloadNote()
- Loads the note from localStorage[Your License Here]