Display the (linear) schedule of an event. No backend, pure browser application that can run completely offline once it is loaded.
All data lives in LocalStorage. Create or modify your schedule in edit mode, show it in display mode, it's that simple!
You can even play a sound when the next schedule item starts. You can also turn that off because sound can be annoying. In case you speak German, you will also be annoyed by the horrible pun that gave this app its name.
npm install
npm run dev
npm run build
Run Unit Tests with Vitest
npm run test:unit
Run End-to-End Tests with Cypress
npm run build
npm run test:e2e # or `npm run test:e2e:ci` for headless testing
Lint with ESLint
npm run lint