A minimal web application that renders JSON Schema files using the material-ui-json-schema-viewer package.
Visit the application with a URL parameter pointing to a JSON Schema file:
https://json-schema-viewer.val.run/?url=<url-to-some-json-schema.json>
For example:
https://json-schema-viewer.val.run/?url=https://creativeprojects.github.io/resticprofile/jsonschema/config.json
material-ui-json-schema-viewer package for schema rendering/index.ts - Entry point that re-exports the backend/backend/index.ts - Hono application with API endpoints and route handlers/frontend/index.html - HTML template/frontend/app.jsx - React application with Material UI components