commit a9fcda2bbbe6815a6f2d94261b4b80fa0f608cae Author: Greg Date: Sat May 10 10:16:39 2025 +0200 chore: initial project setup with gitignore and readme diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..30e9aa1 --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +.env +node_modules +/Input +.windsurfrules \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..8a1793f --- /dev/null +++ b/README.md @@ -0,0 +1 @@ +A simple, editable attendance table with dates as rows and player names (plus guest) as columns. Users can mark their attendance with a click. No login, no user management, just a fast and easy attendance tracker. \ No newline at end of file