{"id":49706172,"url":"https://github.com/moteeb-asad/timezone-syncer","last_synced_at":"2026-05-08T10:41:21.268Z","repository":{"id":333868601,"uuid":"1008812736","full_name":"moteeb-asad/timezone-syncer","owner":"moteeb-asad","description":"React (TypeScript) SaaS app with timezone comparison, premium scheduling engine, and CI-enforced architecture.","archived":false,"fork":false,"pushed_at":"2026-03-17T21:46:09.000Z","size":913,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-03-18T11:23:13.854Z","etag":null,"topics":["firebase-auth","firestore-database","reactjs","redux-toolkit","tailwindcss-v3","typescript-react","vercel-deployment"],"latest_commit_sha":null,"homepage":"https://timezonesyncer.com","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/moteeb-asad.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-06-26T06:15:07.000Z","updated_at":"2026-03-17T17:59:07.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/moteeb-asad/timezone-syncer","commit_stats":null,"previous_names":["moteeb-asad/timezone-syncer"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/moteeb-asad/timezone-syncer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moteeb-asad%2Ftimezone-syncer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moteeb-asad%2Ftimezone-syncer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moteeb-asad%2Ftimezone-syncer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moteeb-asad%2Ftimezone-syncer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/moteeb-asad","download_url":"https://codeload.github.com/moteeb-asad/timezone-syncer/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moteeb-asad%2Ftimezone-syncer/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32777479,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-08T08:22:46.396Z","status":"ssl_error","status_checked_at":"2026-05-08T08:22:45.650Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":["firebase-auth","firestore-database","reactjs","redux-toolkit","tailwindcss-v3","typescript-react","vercel-deployment"],"created_at":"2026-05-08T10:41:20.328Z","updated_at":"2026-05-08T10:41:21.253Z","avatar_url":"https://github.com/moteeb-asad.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Timezone Syncer\n\n## Overview\n\nTimezone Syncer is a web app for comparing multiple time zones in real time. It helps distributed teams schedule meetings and coordinate work by providing a single reference time and clear working-hours indicators across locations. This eliminates manual time conversion and reduces coordination errors.\n\n## Problem It Solves\n\nDistributed teams often struggle with scheduling due to time zone differences, leading to confusion, missed meetings, and inefficient coordination. Manual time conversion is error-prone and slows down collaboration.\n\nTimezone Syncer solves this by:\n\n- Providing a single place to compare and reference multiple time zones\n- Showing working-hours status for each location\n- Reducing scheduling friction and mistakes\n- Supporting both free and premium usage limits\n\n## Features\n\n- Live time comparison across multiple time zones\n- Base time reference for consistent scheduling\n- Working-hours status (working, early, late)\n- Meeting history and suggestions (premium)\n- Authentication with Google and email/password\n- Responsive layout for desktop and mobile\n- Free and premium plan limits\n\n## Screenshots\n\nResults look like.\n\n\u003cp align=\"left\" style=\"width:50%\"\u003e\n   \u003cimg src=\"docs/screenshots/home.png\" alt=\"Home\" /\u003e\n   \u003cimg src=\"docs/screenshots/dashboard.png\" alt=\"Dashboard\"  /\u003e\n   \u003cimg src=\"docs/screenshots/profile.png\" alt=\"Profile\"  /\u003e\n   \u003cimg src=\"docs/screenshots/meeting-history.png\" alt=\"Meeting History\"  /\u003e\n\u003c/p\u003e\n\n## Tech Stack\n\n- Framework: React 19 (Vite)\n- Language: TypeScript\n- State: Redux Toolkit\n- Routing: React Router\n- Styling: Tailwind CSS\n- Auth: Firebase Auth\n- Timezone data: @vvo/tzdb\n\n## Architecture\n\n- Vite for fast development and optimized builds\n- Feature-based folder structure under `src/features`\n- Reusable UI components under `src/components`\n- Centralized store with Redux Toolkit\n- Firebase integration for authentication\n\n## Environment Variables\n\nCreate a `.env.local` file in the project root:\n\n```\nVITE_FIREBASE_API_KEY=your_api_key\nVITE_FIREBASE_AUTH_DOMAIN=your_project.firebaseapp.com\nVITE_FIREBASE_PROJECT_ID=your_project_id\nVITE_FIREBASE_STORAGE_BUCKET=your_project.appspot.com\nVITE_FIREBASE_MESSAGING_SENDER_ID=your_sender_id\nVITE_FIREBASE_APP_ID=your_app_id\n```\n\n| Variable                            | Description                  | Required |\n| ----------------------------------- | ---------------------------- | -------- |\n| `VITE_FIREBASE_API_KEY`             | Firebase API key             | Yes      |\n| `VITE_FIREBASE_AUTH_DOMAIN`         | Firebase Auth domain         | Yes      |\n| `VITE_FIREBASE_PROJECT_ID`          | Firebase project ID          | Yes      |\n| `VITE_FIREBASE_STORAGE_BUCKET`      | Firebase storage bucket      | Yes      |\n| `VITE_FIREBASE_MESSAGING_SENDER_ID` | Firebase messaging sender ID | Yes      |\n| `VITE_FIREBASE_APP_ID`              | Firebase app ID              | Yes      |\n\nNotes:\n\n- Do not commit real secrets in `.env` or `.env.local`.\n- For production, set variables to your deployed Firebase project.\n\n## Authentication \u0026 Access Control\n\n- Public pages: Home, About, Premium, Login, Signup\n- Protected pages: Dashboard, Account\n- Google and email/password authentication\n- Free plan: up to 3 time zones\n- Premium plan: higher limits and features\n\n## Getting Started\n\n### Prerequisites\n\n- Node.js 20.19+\n- npm\n- A Firebase project with Auth enabled\n\n### Installation\n\n1. Clone the repository.\n   ```bash\n   git clone \u003cyour-repo-url\u003e\n   cd timezone-syncer\n   ```\n2. Install dependencies.\n   ```bash\n   npm install\n   ```\n3. Configure environment variables as above.\n4. Run the development server.\n   ```bash\n   npm run dev\n   ```\n   App runs at `http://localhost:5173` by default.\n\n### Build for Production\n\n```bash\nnpm run build\nnpm run preview\n```\n\n## Roadmap\n\n- Meeting time suggestions based on overlap\n- Custom working hours per user\n- Calendar export\n- Team collections and shared views\n- Dark mode\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmoteeb-asad%2Ftimezone-syncer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmoteeb-asad%2Ftimezone-syncer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmoteeb-asad%2Ftimezone-syncer/lists"}