{"id":31382255,"url":"https://github.com/affancoder/teachhub","last_synced_at":"2026-04-28T21:34:42.115Z","repository":{"id":304285482,"uuid":"1017818285","full_name":"affancoder/TeachHub","owner":"affancoder","description":"Teacher Managment Web App | Modern UI","archived":false,"fork":false,"pushed_at":"2025-11-28T11:19:05.000Z","size":231,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-11-30T18:46:34.411Z","etag":null,"topics":["mobile-first-design","nextjs","responsive-web-design","tailwindcss","typescript","website"],"latest_commit_sha":null,"homepage":"https://teach-hub-lyart.vercel.app","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/affancoder.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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-07-11T06:33:11.000Z","updated_at":"2025-11-28T11:19:09.000Z","dependencies_parsed_at":"2025-07-12T06:32:06.901Z","dependency_job_id":null,"html_url":"https://github.com/affancoder/TeachHub","commit_stats":null,"previous_names":["affancoder/teachhub"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/affancoder/TeachHub","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/affancoder%2FTeachHub","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/affancoder%2FTeachHub/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/affancoder%2FTeachHub/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/affancoder%2FTeachHub/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/affancoder","download_url":"https://codeload.github.com/affancoder/TeachHub/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/affancoder%2FTeachHub/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32400867,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-28T19:38:08.556Z","status":"ssl_error","status_checked_at":"2026-04-28T19:37:55.688Z","response_time":56,"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":["mobile-first-design","nextjs","responsive-web-design","tailwindcss","typescript","website"],"created_at":"2025-09-28T11:13:39.073Z","updated_at":"2026-04-28T21:34:42.110Z","avatar_url":"https://github.com/affancoder.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# TeachHub\n\nhttps://github.com/user-attachments/assets/8e4ab295-ed34-4280-8f75-ce388b6a3dde\n\nThis project is a modern, responsive teacher management interface built with Next.js, TypeScript, and Tailwind CSS.\n\n## How This Project Is Built\n\n- **Framework \u0026 Stack**\n  - Built with **Next.js** (React framework) for SSR and fast routing.\n  - Uses **TypeScript** for type safety and better code maintainability.\n  - Styled with **Tailwind CSS** for rapid, utility-first, and responsive design.\n  - Organized with a clear folder structure: `components/`, `pages/`, `public/`, `styles/`, and `types/`.\n\n- **Branding \u0026 Theming**\n  - Custom logo (`public/logo.png`) used in Navbar, Footer, and as favicon.\n  - App name and branding updated everywhere to \"TeachHub\".\n  - Modern, clean UI with glassmorphism and smooth transitions.\n\n- **Core Features**\n  - **Dashboard**: Overview and navigation to main features.\n  - **Teacher Management**: List, view, and (soon) edit teacher profiles with avatars.\n  - **Salary Sheets**: View salary details for each teacher in a responsive table.\n  - **Sidebar \u0026 Navbar**: Persistent navigation with smooth, stylish hover effects and mobile support.\n  - **Scroll-to-Top Button**: Animated, glassy button for UX.\n\n- **UI/UX Enhancements**\n  - Responsive design for desktop and mobile.\n  - Smooth, slow hover and transition effects.\n  - Font customization and modern iconography.\n  - Accessible with ARIA labels and keyboard navigation.\n\n- **Project Metadata**\n  - `README.md` and `package.json` updated for TeachHub branding.\n  - All static assets (logo, favicon) in the `public/` directory.\n\n- **Extensibility**\n  - Modular components for easy feature addition (e.g., editable teacher modal, attendance, notifications).\n  - Ready for backend/API integration for real data and authentication.\n\n---\n\n## Features\n- Modern UI/UX for teacher management and payment\n- Responsive, mobile-first design\n- Accessible (WCAG compliant)\n- TypeScript for type safety\n- Component-based architecture\n\n## Tech Stack\n- [Next.js](https://nextjs.org/)\n- [TypeScript](https://www.typescriptlang.org/)\n- [Tailwind CSS](https://tailwindcss.com/)\n\n## Getting Started\n\n### Prerequisites\n- Node.js \u003e= 18.x\n- npm \u003e= 9.x or yarn \u003e= 1.22\n\n### Setup\n\n1. **Install dependencies:**\n   ```bash\n   npm install\n   # or\n   yarn install\n   ```\n2. **Run the development server:**\n   ```bash\n   npm run dev\n   # or\n   yarn dev\n   ```\n3. Open [http://localhost:3000](http://localhost:3000) to view the app.\n\n---\n\n## Project Structure\n- `/pages` - Next.js pages\n- `/components` - Reusable UI components\n- `/types` - TypeScript type definitions\n- `/styles` - Tailwind and global styles\n\n## Accessibility\nThis project follows WCAG guidelines for accessibility.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faffancoder%2Fteachhub","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faffancoder%2Fteachhub","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faffancoder%2Fteachhub/lists"}