{"id":26912803,"url":"https://github.com/tiger-githubb/univ-check-ui","last_synced_at":"2026-02-15T19:03:36.945Z","repository":{"id":285184400,"uuid":"957323426","full_name":"tiger-githubb/univ-check-ui","owner":"tiger-githubb","description":"A modular and high-performance client for academic attendance tracking. Implements SSR/ISR, RBAC, real-time state management, and optimized data fetching with caching. Ensures seamless API integration, dynamic schedule rendering, and secure authentication workflows.","archived":false,"fork":false,"pushed_at":"2025-08-13T12:05:29.000Z","size":797,"stargazers_count":1,"open_issues_count":8,"forks_count":7,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-09-04T02:44:59.955Z","etag":null,"topics":["attendance-management","caching","education-system","isr","performance-optimization","role-based-access-control-modern-ui","ssr","state-management-in-react"],"latest_commit_sha":null,"homepage":"https://univ-check.vercel.app","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tiger-githubb.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-03-30T04:25:51.000Z","updated_at":"2025-05-03T10:11:01.000Z","dependencies_parsed_at":null,"dependency_job_id":"f2b2265a-7bad-47da-bb9f-2c4f4d748220","html_url":"https://github.com/tiger-githubb/univ-check-ui","commit_stats":null,"previous_names":["tiger-githubb/univ-check-ui"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/tiger-githubb/univ-check-ui","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tiger-githubb%2Funiv-check-ui","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tiger-githubb%2Funiv-check-ui/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tiger-githubb%2Funiv-check-ui/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tiger-githubb%2Funiv-check-ui/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tiger-githubb","download_url":"https://codeload.github.com/tiger-githubb/univ-check-ui/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tiger-githubb%2Funiv-check-ui/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29487397,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-15T15:33:17.885Z","status":"ssl_error","status_checked_at":"2026-02-15T15:32:53.698Z","response_time":118,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["attendance-management","caching","education-system","isr","performance-optimization","role-based-access-control-modern-ui","ssr","state-management-in-react"],"created_at":"2025-04-01T15:35:45.769Z","updated_at":"2026-02-15T19:03:36.941Z","avatar_url":"https://github.com/tiger-githubb.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Univ-Check UI\n\nA modern attendance management system for universities that helps administrators track professor attendance and efficiently organize teaching sessions.\n\n![Univ-Check UI Screenshot](https://originui.com/_next/image?url=%2Flayouts%2Fapp-1.png\u0026w=1200\u0026q=75)\n_This image represents the minimalist and modern design style we're aiming for with Univ-Check 😭🚀._\n\n## Overview\n\nUniv-Check UI is an open-source project aimed at providing universities with a robust system to manage and track professor attendance. The system enables university administrators to:\n\n- Monitor professor attendance and punctuality\n- Organize and schedule courses efficiently\n- Generate attendance reports and analytics\n- Manage manual attendance validation\n\n## Technologies\n\n- **Framework**: [Next.js 15](https://nextjs.org/)\n- **UI Components**:\n  - [shadcn/ui](https://ui.shadcn.com/)\n  - [Origin UI](https://originui.com/) - Beautiful UI components built with Tailwind CSS and React\n  - [React Icons](https://react-icons.github.io/react-icons/icons?name=pi) - Using Phosphor Icons (pi) in dualtone style\n- **Styling**: [Tailwind CSS 4](https://tailwindcss.com/)\n- **Form Management**: [React Hook Form](https://react-hook-form.com/)\n- **Validation**: [Zod](https://github.com/colinhacks/zod)\n- **State Management**:\n  - [TanStack Query](https://tanstack.com/query) - Server state\n  - [TanStack Table](https://tanstack.com/table) - Table state management\n  - [Zustand](https://github.com/pmndrs/zustand) - Client state\n- **URL State Management**: [Nuqs](https://nuqs.47ng.com/) - Type-safe URL query state management\n- **Authentication**: [Better Auth](http://better-auth.com/) - Authentication framework\n\n## Getting Started\n\n### Prerequisites\n\n- Node.js 18.x or higher\n- pnpm 8.x or higher\n\n### Installation\n\n1. Clone the repository:\n\n```bash\ngit clone https://github.com/tiger-githubb/univ-check-ui.git\ncd univ-check-ui\n```\n\n2. Install dependencies:\n\n```bash\npnpm install\n```\n\n3. Run the development server:\n\n```bash\npnpm dev\n```\n\n4. Open [http://localhost:3007](http://localhost:3007) with your browser to see the application.\n\n## Project Structure\n\nThe project follows a structured organization to maintain scalability and separation of concerns:\n\n```\nsrc/\n├── app/                    # Next.js App Router routes and pages\n│   ├── auth/               # Authentication routes\n│   ├── board/              # Main application routes (formerly dashboard)\n│   └── ...\n├── components/             # Reusable UI components\n│   ├── ui/                 # Base components (shadcn/ui only)\n│   ├── enhanced/           # Enhanced shadcn components with logic\n│   ├── shared/             # Custom shared components\n│   │   ├── navigation/     # Navigation-related components (app.sidebar, search.form, team.switcher)\n│   │   ├── theme/          # Theme-related components (mode-toggle)\n│   │   └── others/         # Other shared components (feedback.dialog)\n│   └── ...\n├── config/                 # Global configuration\n│   ├── constants.ts        # Application constants\n│   ├── messages.ts         # Error and success messages\n│   ├── routes.ts           # Centralized route definitions\n│   └── navigation-items.tsx # Navigation configuration\n├── hooks/                  # Custom React hooks\n│   ├── queries/            # TanStack Query hooks\n│   └── ...\n├── lib/                    # Utilities and functions\n│   └── utils.ts            # Utility functions\n├── schema/                 # Validation schemas (Zod)\n├── server/                 # Server-side logic\n│   ├── services/           # Business services\n│   └── ...\n└── utils/                  # Specific utilities\n    ├── providers/          # React providers\n    └── ...\n```\n\nSee [CONTRIBUTING.md](./CONTRIBUTING.md) for detailed information about the project structure and conventions.\n\n## Authentication Demo\n\nFor testing purposes, you can use the following credentials:\n\n- **Admin:**\n\n  - Email: admin@univ-check.fr\n  - Password: Admin123!\n\n- **Professor:**\n  - Email: professeur@univ-check.fr\n  - Password: Prof123!\n\n## Contributing\n\nWe welcome contributions to the Univ-Check UI project! Please read our [Contributing Guide](./CONTRIBUTING.md) to get started. The guide includes detailed information about:\n\n- Project structure and conventions\n- Component organization\n- Development workflow\n- Code style guidelines\n\n## Development Roadmap\n\n- [x] Configuration and architecture\n- [ ] Integration with the backend API\n- [ ] Authentication system\n- [ ] Dashboard for administrators\n- [ ] Professor management\n- [ ] Course scheduling\n- [ ] Attendance tracking and reporting\n- [ ] Mobile-responsive design\n- [ ] Real-time notifications\n- [ ] User feedback and bug reporting\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n\n## Acknowledgments\n\n- [Next.js](https://nextjs.org/)\n- [shadcn/ui](https://ui.shadcn.com/)\n- [Origin UI](https://originui.com/)\n- [Tailwind CSS](https://tailwindcss.com/)\n- [TanStack Query](https://tanstack.com/query)\n- [TanStack Table](https://tanstack.com/table)\n- [Zustand](https://github.com/pmndrs/zustand)\n- [Better Auth](http://better-auth.com/)\n\n![Project analytics and stats](https://repobeats.axiom.co/api/embed/7ef65e62ef6cb949b5d3f242c4b2a58af1df6ba1.svg \"Repobeats analytics image\")\n\n_All our contributors and supporters are welcome to join us and help us make Univ-Check the best attendance tracking system out there!_\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftiger-githubb%2Funiv-check-ui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftiger-githubb%2Funiv-check-ui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftiger-githubb%2Funiv-check-ui/lists"}