🚧 Under development 🚧
This is an attendance tracker application built with Next.js, Tailwind CSS, NextAuth, and Drizzle ORM to help university students track their attendance.
- Real-time attendance tracking
- User management
- Course management
- Reporting
To get started, clone the repository and install the dependencies:
git clone https://github.com/GDSCNITD/attendance-tracker.git
cd attendance-tracker
pnpm install
Once the dependencies are installed, you can start the development server:
pnpm dev
The application will be running on http://localhost:3000.