Att
Val Town is a collaborative website to build and scale JavaScript apps.
Deploy APIs, crons, & store data β all from the browser, and deployed in milliseconds.
Viewing readonly version of main branch: v15View latest version
A comprehensive web application for teachers to manage daily student attendance with real-time tracking and reporting capabilities.
- Student Management: Add, edit, and organize students by class
- Daily Attendance: Quick and intuitive attendance marking interface
- Attendance History: View and edit past attendance records
- Reports: Generate attendance reports and statistics
- Responsive Design: Works on desktop, tablet, and mobile devices
βββ backend/
β βββ database/
β β βββ migrations.ts # Database schema setup
β β βββ queries.ts # Database query functions
β βββ routes/
β β βββ students.ts # Student management endpoints
β β βββ attendance.ts # Attendance tracking endpoints
β β βββ static.ts # Static file serving
β βββ index.ts # Main Hono server
βββ frontend/
β βββ components/
β β βββ App.tsx # Main application component
β β βββ StudentList.tsx # Student management interface
β β βββ AttendanceForm.tsx # Daily attendance form
β β βββ Reports.tsx # Attendance reports
β βββ index.html # Main HTML template
β βββ index.tsx # Frontend entry point
βββ shared/
βββ types.ts # Shared TypeScript types
βββ utils.ts # Shared utility functions
- The app will automatically set up the database on first run
- Navigate to the main page to start adding students
- Use the daily attendance feature to mark present/absent
- View reports to track attendance patterns
- Backend: Hono (TypeScript API framework)
- Database: SQLite with Val Town's sqlite service
- Frontend: React with TypeScript
- Styling: TailwindCSS
- State Management: React hooks and context