flixdb
Val Town is a collaborative website to build and scale JavaScript apps.
Deploy APIs, crons, & store data – all from the browser, and deployed in milliseconds.
Viewing readonly version of main branch: v22View latest version
A web application for managing notes with user authentication using PocketBase.
- User authentication (login/logout)
- Create, read, update, and delete notes
- Responsive design with TailwindCSS
- Real-time updates
backend/- Hono API server with PocketBase integrationfrontend/- React frontend applicationshared/- Shared types and utilities
POCKETBASE_URL- Your PocketBase instance URL
- Standard PocketBase users collection with email/password auth
id(automatic)note(text) - The note contentcreated(datetime, automatic)updated(datetime, automatic)