22 lines
672 B
Markdown
22 lines
672 B
Markdown
# Exercise Builder
|
|
|
|
The drag-and-drop workspace for building exercise sheets, served by the
|
|
Workshop at:
|
|
|
|
/projects/exercise-builder landing page
|
|
/projects/exercise-builder/app the builder itself
|
|
|
|
Open to everyone; no sign-in.
|
|
|
|
## What is here
|
|
|
|
app/ the builder — plain HTML, CSS, and ES modules. No build step.
|
|
|
|
`app/` is the whole application. It runs entirely in the browser: work in
|
|
progress lives in the visitor's `localStorage`, and finished sheets and project
|
|
files leave as downloads. **Nothing is written on the server**, and there is no
|
|
endpoint that could write anything. That is what makes it safe to host without a
|
|
login.
|
|
|
|
|