{"id":26186582,"url":"https://github.com/aman-barbaria/int-pad","last_synced_at":"2026-04-14T06:02:29.866Z","repository":{"id":281832176,"uuid":"946569296","full_name":"AMAN-BARBARIA/Int-Pad","owner":"AMAN-BARBARIA","description":"A Calendly-like application for scheduling interviews with Google Calendar and Zoom integration. Manage your availability, create automated Zoom meetings, and share a booking link with interviewees. Built with Next.js, React, TypeScript, and Tailwind CSS.","archived":false,"fork":false,"pushed_at":"2025-03-11T14:47:25.000Z","size":175,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-26T18:48:23.094Z","etag":null,"topics":["booking-system","calendar","claude-3-7-sonnet","cursor","google-calendar","interview-scheduler","nextauth","nextjs","prisma","react","sqlite","tailwindcss","typescript","zoom"],"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/AMAN-BARBARIA.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"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-11T10:48:04.000Z","updated_at":"2025-03-11T11:20:02.000Z","dependencies_parsed_at":null,"dependency_job_id":"4836b134-dbf6-4bd5-869b-4595d966881f","html_url":"https://github.com/AMAN-BARBARIA/Int-Pad","commit_stats":null,"previous_names":["aman-barbaria/int-pad"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/AMAN-BARBARIA/Int-Pad","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMAN-BARBARIA%2FInt-Pad","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMAN-BARBARIA%2FInt-Pad/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMAN-BARBARIA%2FInt-Pad/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMAN-BARBARIA%2FInt-Pad/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AMAN-BARBARIA","download_url":"https://codeload.github.com/AMAN-BARBARIA/Int-Pad/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMAN-BARBARIA%2FInt-Pad/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31784255,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-14T02:24:21.117Z","status":"ssl_error","status_checked_at":"2026-04-14T02:24:20.627Z","response_time":153,"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":["booking-system","calendar","claude-3-7-sonnet","cursor","google-calendar","interview-scheduler","nextauth","nextjs","prisma","react","sqlite","tailwindcss","typescript","zoom"],"created_at":"2025-03-11T23:22:35.898Z","updated_at":"2026-04-14T06:02:29.861Z","avatar_url":"https://github.com/AMAN-BARBARIA.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Interview Scheduler\n\nA Calendly-like application for scheduling interviews. This application allows users to connect their Google Calendar and Zoom accounts, set their availability, and let interviewees book interview slots.\n\n## Features\n\n- **User Authentication**: Sign in with Google\n- **Google Calendar Integration**: Sync your availability with Google Calendar\n- **Zoom Integration**: Automatically create Zoom meetings for scheduled interviews\n- **Availability Management**: Set your weekly availability and exception dates\n- **Interview Settings**: Configure maximum interviews per day, advance booking days, meeting duration, and buffer time\n- **Booking Management**: View, confirm, and cancel interview bookings\n- **Public Booking Page**: Share a unique link for interviewees to book interviews\n\n## Tech Stack\n\n- **Frontend**: Next.js, React, TypeScript, Tailwind CSS\n- **Backend**: Next.js API Routes\n- **Database**: SQLite (via Prisma)\n- **Authentication**: NextAuth.js\n- **API Integrations**: Google Calendar API, Zoom API\n\n## Getting Started\n\n### Prerequisites\n\n- Node.js (v14 or later)\n- npm or yarn\n\n### Installation\n\n1. Clone the repository:\n   ```\n   git clone https://github.com/yourusername/interview-scheduler.git\n   cd interview-scheduler\n   ```\n\n2. Install dependencies:\n   ```\n   npm install\n   ```\n\n3. Set up environment variables:\n   Create a `.env` file in the root directory with the following variables:\n   ```\n   # NextAuth\n   NEXTAUTH_URL=\"http://localhost:3001\"\n   NEXTAUTH_SECRET=\"your-nextauth-secret-key\"\n\n   # Google OAuth\n   GOOGLE_CLIENT_ID=\"your-google-client-id\"\n   GOOGLE_CLIENT_SECRET=\"your-google-client-secret\"\n\n   # Zoom OAuth\n   ZOOM_CLIENT_ID=\"your-zoom-client-id\"\n   ZOOM_CLIENT_SECRET=\"your-zoom-client-secret\"\n   ZOOM_REDIRECT_URI=\"http://localhost:3001/api/auth/callback/zoom\"\n   ```\n\n4. Set up the database:\n   ```\n   npx prisma db push\n   ```\n\n5. Start the development server:\n   ```\n   npm run dev\n   ```\n\n6. Open [http://localhost:3001](http://localhost:3001) in your browser.\n\n## Usage\n\n1. **Sign In**: Sign in with your Google account\n2. **Connect Accounts**: Connect your Google Calendar and Zoom accounts in the Settings page\n3. **Set Availability**: Configure your weekly availability and exception dates\n4. **Share Booking Link**: Share your unique booking link with interviewees\n5. **Manage Bookings**: View and manage your interview bookings\n\n## License\n\nThis project is licensed under the MIT License - see the LICENSE file for details.\n\n## Acknowledgements\n\n- [Next.js](https://nextjs.org/)\n- [Tailwind CSS](https://tailwindcss.com/)\n- [Prisma](https://www.prisma.io/)\n- [NextAuth.js](https://next-auth.js.org/)\n- [Headless UI](https://headlessui.dev/)\n- [Heroicons](https://heroicons.com/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faman-barbaria%2Fint-pad","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faman-barbaria%2Fint-pad","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faman-barbaria%2Fint-pad/lists"}