{"id":24437339,"url":"https://github.com/andrejkoller/sinai-frontend","last_synced_at":"2026-06-29T07:31:31.664Z","repository":{"id":294497170,"uuid":"941634313","full_name":"andrejkoller/sinai-frontend","owner":"andrejkoller","description":"🏢 Web app for managing office desk reservations with user authentication, admin dashboard, and department management.","archived":false,"fork":false,"pushed_at":"2026-05-29T13:28:00.000Z","size":2776,"stargazers_count":3,"open_issues_count":5,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-29T15:12:29.247Z","etag":null,"topics":["angular","angular-material","html","scss","typescript"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/andrejkoller.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","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},"funding":{"github":null,"patreon":"andrejkoller","open_collective":null,"ko_fi":"andrejkoller","tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"lfx_crowdfunding":null,"polar":null,"buy_me_a_coffee":"andrejkoller","thanks_dev":null,"custom":null}},"created_at":"2025-03-02T18:41:05.000Z","updated_at":"2026-05-29T13:28:04.000Z","dependencies_parsed_at":"2025-05-20T18:37:22.416Z","dependency_job_id":null,"html_url":"https://github.com/andrejkoller/sinai-frontend","commit_stats":null,"previous_names":["andrejkoller/sinai-frontend"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/andrejkoller/sinai-frontend","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andrejkoller%2Fsinai-frontend","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andrejkoller%2Fsinai-frontend/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andrejkoller%2Fsinai-frontend/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andrejkoller%2Fsinai-frontend/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/andrejkoller","download_url":"https://codeload.github.com/andrejkoller/sinai-frontend/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andrejkoller%2Fsinai-frontend/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34918101,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-29T02:00:05.398Z","response_time":58,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["angular","angular-material","html","scss","typescript"],"created_at":"2025-01-20T18:16:08.283Z","updated_at":"2026-06-29T07:31:31.659Z","avatar_url":"https://github.com/andrejkoller.png","language":"TypeScript","funding_links":["https://patreon.com/andrejkoller","https://ko-fi.com/andrejkoller","https://buymeacoffee.com/andrejkoller"],"categories":[],"sub_categories":[],"readme":"# sinai frontend\n\nSinai Frontend is a comprehensive web application that enables organizations to manage office workplace reservations seamlessly. Built with Angular and featuring a clean Material Design interface, it provides both user and admin functionalities for a complete workplace booking solution.\n\n## ✨ Features\n\n- User Authentication - Secure login and registration system with JWT-based authentication\n- Workplace Reservation - Easy-to-use interface for booking office desks and workspaces\n- User Management - Admin dashboard for managing users and permissions\n- Department Management - Organize workplaces by departments\n- Workplace Administration - Create and manage workplace configurations\n- Dashboard - Comprehensive overview of all reservations and statistics\n- FAQ System - Built-in help and frequently asked questions\n- Theme Support - Customizable themes for different user preferences\n- Internationalization - Multi-language support (German/English)\n- Real-time Updates - SignalR integration for live notifications\n- Responsive Design - Works seamlessly on desktop and mobile devices\n\n## 🛠️ Technologies Used\n\n- Angular\n- Angular Material\n- Angular SSR\n- Microsoft SignalR\n- SCSS\n- Angular HttpClient with custom interceptors\n- ngx-toastr\n- Jasmine \u0026 Karma\n\n## 📋 Prerequisites\n\n- Node.js (v18 or higher)\n- npm or yarn\n- Angular CLI\n\n## 📦 Installation\n\n1. Clone the repository\n\n```bash\ngit clone https://github.com/yourusername/sinai-frontend.git\ncd sinai-frontend\n```\n\n2. Install dependencies\n\n```bash\nnpm install\n```\n\n3. Configure environment\n\n- Update the API endpoint in `src/environments/environment.ts` for development\n- Update `src/environments/environment.prod.ts` for production\n\n4. Run the development server\n\n```bash\nnpm start\n```\n\nNavigate to `http://localhost:4200/`.\n\n5. Build the project for production (optional)\n\n```bash\nnpm run build\n```\n\n## 🔌 API Integration\n\nThe application communicates with a backend API through services located in `src/app/services/`. Key services include:\n\n- `auth.service.ts` - Authentication and authorization\n- `reservation.service.ts` - Reservation operations\n- `user.service.ts` - User management\n- `department.service.ts` - Department operations\n- `workplace.service.ts` - Workplace management\n\n## 🔗 Related\n\n- Backend Repository: [Sinai API](https://github.com/andrejkoller/sinai-api)\n\n## 📸 Screenshots\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandrejkoller%2Fsinai-frontend","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fandrejkoller%2Fsinai-frontend","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandrejkoller%2Fsinai-frontend/lists"}