Initial commit - cloned the Svelte todo's app with google login enabled as a starting point. This system will initially be used to let the chrome extension for students report which computers are used by which students and when.

This commit is contained in:
2021-09-16 07:26:57 -07:00
commit 08ec0543ca
29 changed files with 2477 additions and 0 deletions

8
client/main.html Normal file
View File

@@ -0,0 +1,8 @@
<head>
<title>Todo List</title>
</head>
<body>
<div id="app"></div>
</body>