An anonymized, frontend-only school event registration demo built with Vite, React, Tailwind CSS, and Biome.
npm run dev
npm run build
npm run checksrc/componentscontains the reusable interface sections.src/data/programs.jsis the single source for program content.src/pages/Home.jsxowns filtering and anonymous registration state.src/index.csscontains the Tailwind import, theme tokens, and global styles.
The interface collects no personal information and sends no network requests. It stores only anonymous program IDs in the current browser.