diff --git a/.eslintrc.cjs b/.eslintrc.cjs
index 4742c5a..d3063f5 100644
--- a/.eslintrc.cjs
+++ b/.eslintrc.cjs
@@ -1,34 +1,22 @@
module.exports = {
- "env": {
- "browser": true,
- "es2021": true
+ "env": {
+ "browser": true,
+ "es2021": true,
+ },
+ "extends": "eslint:recommended",
+ "overrides": [
+ {
+ "env": {
+ "node": true,
+ },
+ "files": [".eslintrc.{js,cjs}"],
+ "parserOptions": {
+ "sourceType": "script",
+ },
},
- "extends": "eslint:recommended",
- "overrides": [
- {
- "env": {
- "node": true
- },
- "files": [
- ".eslintrc.{js,cjs}"
- ],
- "parserOptions": {
- "sourceType": "script"
- }
- }
- ],
- "parserOptions": {
- "ecmaVersion": "latest",
- "sourceType": "module"
- },
- "rules": {
- "indent": [
- "error",
- 4
- ],
- "semi": [
- "error",
- "always"
- ]
- }
+ ],
+ "parserOptions": {
+ "ecmaVersion": "latest",
+ "sourceType": "module",
+ },
};
diff --git a/.prettierignore b/.prettierignore
new file mode 100644
index 0000000..9c6b791
--- /dev/null
+++ b/.prettierignore
@@ -0,0 +1,6 @@
+out
+dist
+pnpm-lock.yaml
+LICENSE.md
+tsconfig.json
+tsconfig.*.json
diff --git a/.prettierrc.yaml b/.prettierrc.yaml
new file mode 100644
index 0000000..d9c2460
--- /dev/null
+++ b/.prettierrc.yaml
@@ -0,0 +1,6 @@
+singleQuote: false
+semi: true
+printWidth: 100
+trailingComma: all
+quoteProps: preserve
+tabWidth: 2
diff --git a/README.md b/README.md
index 9bf116a..98559df 100644
--- a/README.md
+++ b/README.md
@@ -4,6 +4,6 @@ Room 233's student response system
## Build
-```npm run build```
+`npm run build`
-Serve the files that are generated in ```/dist```
+Serve the files that are generated in `/dist`
diff --git a/index.html b/index.html
index 1799754..02670a8 100644
--- a/index.html
+++ b/index.html
@@ -1,230 +1,304 @@
-
+
-
-
-
-
-
-
-
+
+
+
+
+
+
Virtual Clicker
-
-
-
-
+
+
+
+
-
+
-
000
-
-
-
-
-
-
-
+
000
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
+
+
-
-
-
-
+
+
+
+