Init Commit

started working before the repo was created
- Backend mostly done
- Frontend - I am unsure on progress as it has been a while
This commit is contained in:
bryce
2025-07-22 11:24:41 +12:00
commit 92aadd8130
6 changed files with 14 additions and 0 deletions

0
.gitignore vendored Normal file
View File

14
backend/package.json Normal file
View File

@@ -0,0 +1,14 @@
{
"name": "backend",
"version": "1.0.0",
"description": "",
"main": "server.js",
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"keywords": [],
"author": "",
"license": "ISC"
}

0
backend/server.js Normal file
View File

0
frontend/index.html Normal file
View File

0
frontend/script.js Normal file
View File

0
frontend/style.css Normal file
View File