https://github.com/ammarmbe/tally
Attendance tracker app built using Next.js 15 and the new React compiler.
https://github.com/ammarmbe/tally
nextjs nextjs15 postgresql react react-compiler react19
Last synced: 5 months ago
JSON representation
Attendance tracker app built using Next.js 15 and the new React compiler.
- Host: GitHub
- URL: https://github.com/ammarmbe/tally
- Owner: ammarmbe
- Created: 2024-06-05T13:32:53.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-22T18:58:04.000Z (7 months ago)
- Last Synced: 2025-03-31T05:32:13.419Z (6 months ago)
- Topics: nextjs, nextjs15, postgresql, react, react-compiler, react19
- Language: TypeScript
- Homepage: https://tally.ambe.dev
- Size: 668 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tally 📆
Tally is an attendance tracker app created using Next.js 15 RC and the new React compiler.
Deployed at: [tally.ambe.dev](https://tally.ambe.dev/).
## Features
Users can add their course details (days, start and end times, room name, etc.) to the app, and each day they will find their courses for the day in the dashboard. The app automatically calculates attendance percentage based on these entries. Users can also enable class reminder push notifications (using PWA) at their desired times.
## Tech Stack
Next.js, Neon's serverless driver (PostgreSQL), Lucia (auth), React Query, TailwindCSS. Shadcn/ui.
Deployed on Vercel and Neon.
## License
[MIT](https://choosealicense.com/licenses/mit/)