feat(*): Add initial scaffolding

This commit is contained in:
Josh Creek
2025-04-16 22:41:45 +01:00
parent cc342577cb
commit e4779bfa65
5 changed files with 45 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
<script lang="ts">
// Upload logic will go here
</script>
<section class="max-w-xl mx-auto py-12">
<h1 class="text-2xl font-bold mb-4">Upload Student Submissions</h1>
<p class="mb-6">Upload student assignments for instant AI-powered assessment and feedback.</p>
<form>
<!-- File or text input UI will go here -->
<button class="btn btn-primary mt-4" type="submit" disabled>Upload (Coming soon)</button>
</form>
</section>