{"id":30852675,"url":"https://github.com/hexsprite/c3-connect-groups","last_synced_at":"2025-09-07T08:07:19.072Z","repository":{"id":308269999,"uuid":"1030549640","full_name":"hexsprite/c3-connect-groups","owner":"hexsprite","description":null,"archived":false,"fork":false,"pushed_at":"2025-08-05T02:04:23.000Z","size":199,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-08-05T04:05:35.068Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://c3-connect-groups.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/hexsprite.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}},"created_at":"2025-08-01T20:49:15.000Z","updated_at":"2025-08-05T01:53:56.000Z","dependencies_parsed_at":"2025-08-05T04:05:40.062Z","dependency_job_id":null,"html_url":"https://github.com/hexsprite/c3-connect-groups","commit_stats":null,"previous_names":["hexsprite/c3-connect-groups"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/hexsprite/c3-connect-groups","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hexsprite%2Fc3-connect-groups","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hexsprite%2Fc3-connect-groups/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hexsprite%2Fc3-connect-groups/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hexsprite%2Fc3-connect-groups/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hexsprite","download_url":"https://codeload.github.com/hexsprite/c3-connect-groups/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hexsprite%2Fc3-connect-groups/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274010104,"owners_count":25206764,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-07T02:00:09.463Z","response_time":67,"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":[],"created_at":"2025-09-07T08:07:00.670Z","updated_at":"2025-09-07T08:07:19.055Z","avatar_url":"https://github.com/hexsprite.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# C3 Connect Groups\n\nA modern web application for discovering and joining Connect Groups at C3 Toronto, built with Next.js 15, TypeScript, and Tailwind CSS.\n\n## Features\n\n- 🔍 **Smart Search \u0026 Filtering** - Find groups by location, meeting day, time, and type\n- 🗺️ **Interactive Map View** - Browse groups geographically with Google Maps integration\n- 📱 **Responsive Design** - Optimized for mobile, tablet, and desktop\n- ♿ **Accessibility First** - WCAG 2.1 AA compliant\n- 🎨 **C3 Brand Design** - Consistent with C3 Toronto's visual identity\n\n## Technology Stack\n\n- **Framework**: Next.js 15.x with App Router\n- **Language**: TypeScript\n- **Styling**: Tailwind CSS with C3 brand tokens\n- **State Management**: Zustand\n- **Maps**: Google Maps JavaScript API\n- **API Integration**: Planning Center API\n- **UI Components**: Radix UI primitives\n- **Icons**: Lucide React\n\n## Getting Started\n\n### Prerequisites\n\n- Node.js 18+ \n- npm or yarn\n- Planning Center API credentials\n- Google Maps API key\n\n### Installation\n\n1. Clone the repository:\n\\`\\`\\`bash\ngit clone \u003crepository-url\u003e\ncd c3-connect-groups\n\\`\\`\\`\n\n2. Install dependencies:\n\\`\\`\\`bash\nnpm install\n\\`\\`\\`\n\n3. Set up environment variables:\n\\`\\`\\`bash\ncp .env.local.example .env.local\n\\`\\`\\`\n\nEdit `.env.local` and add your API keys:\n- Planning Center API credentials\n- Google Maps API key\n\n4. Run the development server:\n\\`\\`\\`bash\nnpm run dev\n\\`\\`\\`\n\n5. Open [http://localhost:3000](http://localhost:3000) in your browser.\n\n## Project Structure\n\n\\`\\`\\`\nsrc/\n├── app/                  # Next.js App Router\n│   ├── globals.css      # C3 brand CSS variables\n│   ├── layout.tsx       # Root layout\n│   ├── page.tsx         # Home page\n│   └── api/             # API routes\n├── components/          # React components\n│   ├── ui/              # Base UI components\n│   ├── layout/          # Layout components\n│   ├── groups/          # Group-specific components\n│   └── map/             # Map components\n├── lib/                 # Utility functions\n├── store/               # Zustand stores\n└── types/               # TypeScript definitions\n\\`\\`\\`\n\n## Development Scripts\n\n- \\`npm run dev\\` - Start development server\n- \\`npm run build\\` - Build for production\n- \\`npm run start\\` - Start production server\n- \\`npm run lint\\` - Run ESLint\n- \\`npm run type-check\\` - Run TypeScript type checking\n\n## Design System\n\nThe application uses C3 Toronto's brand colors and typography:\n\n- **Primary Blue**: #006acc\n- **Text Colors**: #292929 (primary), #404040 (secondary)\n- **Font**: Inter with system font fallbacks\n- **Border Radius**: 3px (C3 brand standard)\n\n## Contributing\n\n1. Follow the existing code style and conventions\n2. Ensure accessibility standards are maintained\n3. Test on mobile devices\n4. Run type checking and linting before submitting\n\n## Documentation\n\n- [Product Requirements Document](./PRD.md)\n- [UX Design Specification](./UX.md)\n\n## License\n\nMIT License - see LICENSE file for details.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhexsprite%2Fc3-connect-groups","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhexsprite%2Fc3-connect-groups","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhexsprite%2Fc3-connect-groups/lists"}