first commit

This commit is contained in:
2026-04-30 18:22:10 +02:00
commit c3e98af5b6
36 changed files with 4779 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
# Components Placeholder
Reusable UI components for project, distribution board, and consumer tables.
+5
View File
@@ -0,0 +1,5 @@
# Frontend Placeholder
Frontend implementation will move here in the next step (React/Next.js).
The backend API, domain logic, and SQLite persistence are now prepared.
+4
View File
@@ -0,0 +1,4 @@
# Frontend Utils Placeholder
Shared UI utility helpers will be implemented during the Next.js migration step.