Overclicked is a web application created by CLIC, used for tracking and managing orders at student-organized events. It provides simple interfaces for event staff in various roles (at the register, in the preparation area, etc) to monitor incoming orders and update their status in real time.
It was used for the first time at the CLIC silent party, Subsonic in Autumn 2024.
To run the development server:
npm run dev
# or
yarn dev
# or
pnpm devOpen http://localhost:3000 to view it in the browser.