https://github.com/khui0/virtual-clicker
In-class polling frontend with LaTeX support
https://github.com/khui0/virtual-clicker
clicker javascript latex polling vite
Last synced: 2 months ago
JSON representation
In-class polling frontend with LaTeX support
- Host: GitHub
- URL: https://github.com/khui0/virtual-clicker
- Owner: khui0
- License: gpl-3.0
- Created: 2023-02-18T01:22:00.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-04-20T06:34:20.000Z (about 1 year ago)
- Last Synced: 2025-11-21T07:03:08.050Z (8 months ago)
- Topics: clicker, javascript, latex, polling, vite
- Language: JavaScript
- Homepage: https://virtual-clicker.vercel.app
- Size: 1.18 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# Virtual Clicker



In-class polling frontend for math-based classes. Includes LaTeX input, preference saving via Local Storage, and flexible theming options.
## Development
Install dependencies
```bash
npm i
```
Run dev server
```bash
npm run dev
```
## Building
Project will be built to `/dist`
```bash
npm run build
```