An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Virtual Clicker

![GitHub package.json version](https://img.shields.io/github/package-json/v/khui0/virtual-clicker?color=%23242424)
![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/khui0/virtual-clicker?color=%23242424)
![Website](https://img.shields.io/website?url=https%3A%2F%2Fvirtual-clicker.vercel.app%2F&color=%23242424)

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
```