Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ammarmbe/tally
Attendance tracker web app
https://github.com/ammarmbe/tally
nextjs nextjs15 postgresql react react-compiler react19
Last synced: 11 days ago
JSON representation
Attendance tracker web app
- Host: GitHub
- URL: https://github.com/ammarmbe/tally
- Owner: ammarmbe
- Created: 2024-06-05T13:32:53.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-12-10T20:03:07.000Z (14 days ago)
- Last Synced: 2024-12-10T20:33:48.986Z (14 days ago)
- Topics: nextjs, nextjs15, postgresql, react, react-compiler, react19
- Language: TypeScript
- Homepage: https://tally.ambe.dev
- Size: 483 KB
- Stars: 3
- 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/).![tally](https://github.com/ammarmbe/tally/assets/117791580/340ec835-08dc-49bf-868c-cb2fe21e1158)
## 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/)