{"id":29092278,"url":"https://github.com/azijulhakimbd/hobbyhub-client","last_synced_at":"2026-04-09T17:54:59.591Z","repository":{"id":301312051,"uuid":"1008838596","full_name":"azijulhakimbd/HobbyHub-Client","owner":"azijulhakimbd","description":"HobbyHub is a platform where people can discover and join local hobby-based groups or create their own. It encourages social engagement through shared interests, helping people build communities around their passions.","archived":false,"fork":false,"pushed_at":"2025-06-26T07:17:40.000Z","size":100,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-06-26T08:27:28.448Z","etag":null,"topics":["daisyui","firebase","react","react-helmet","react-icons","react-router","react-simple-typewriter","react-toastify","sweetalert2","tailwindcss"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/azijulhakimbd.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-06-26T07:06:46.000Z","updated_at":"2025-06-26T07:17:43.000Z","dependencies_parsed_at":"2025-06-26T08:28:14.236Z","dependency_job_id":null,"html_url":"https://github.com/azijulhakimbd/HobbyHub-Client","commit_stats":null,"previous_names":["azijulhakimbd/hobbyhub-client"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/azijulhakimbd/HobbyHub-Client","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/azijulhakimbd%2FHobbyHub-Client","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/azijulhakimbd%2FHobbyHub-Client/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/azijulhakimbd%2FHobbyHub-Client/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/azijulhakimbd%2FHobbyHub-Client/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/azijulhakimbd","download_url":"https://codeload.github.com/azijulhakimbd/HobbyHub-Client/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/azijulhakimbd%2FHobbyHub-Client/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262389458,"owners_count":23303341,"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","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":["daisyui","firebase","react","react-helmet","react-icons","react-router","react-simple-typewriter","react-toastify","sweetalert2","tailwindcss"],"created_at":"2025-06-28T07:04:42.307Z","updated_at":"2025-12-30T22:22:32.968Z","avatar_url":"https://github.com/azijulhakimbd.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🌟 HobbyHub - A Local Hobby Group Organizer\n\nWelcome to **HobbyHub**, a platform to **discover, join, and create local hobby groups** like book clubs, painting circles, or hiking teams. Whether you're into reading, running, or creating—HobbyHub connects you to people with similar interests in your area.\n\n🔗 **Live Website:** [https://b11-a10-papiya.netlify.app/](https://b11-a10-papiya.netlify.app/)  \n📁 **Client Repository:** [GitHub - HobbyHub Client](https://github.com/azijulhakimbd/HobbyHub-Client)  \n📁 **Server Repository:** [GitHub - HobbyHub Server](https://github.com/azijulhakimbd/HobbyHub-Server)\n\n---\n\n## 🚀 Key Features\n\n- ✅ **User Authentication** via Email \u0026 Password with Google login integration.\n- 🛡️ **Protected Routes** for creating, updating, and managing hobby groups.\n- 🎨 **Responsive \u0026 Unique Design** across mobile, tablet, and desktop devices.\n- 📅 **Dynamic Group Management** – Create, View, Join, Edit \u0026 Delete hobby groups.\n- 🔥 **Tech Stack:** React, TailwindCSS, Firebase Auth, Express.js, MongoDB.\n- 🌘 **Dark/Light Mode Toggle** for better accessibility.\n- 🎉 **Animation \u0026 Effects** using React Awesome Reveal and typewriter React.\n- 🚫 **Form Validations** with password rules and toast alerts (no default alerts used).\n- 📆 **Smart Join Restriction** – Users can’t join groups after their start date.\n\n---\n\n## 🧾 Pages Overview\n\n- `/` - Home page with slider, featured groups, and more\n- `/login` \u0026 `/register` - Auth pages with validation and toast/sweet alert\n- `/groups` - See all groups\n- `/group/:id` - Group details with join option (based on date)\n- `/createGroup` - Form to create new hobby group *(Private)*\n- `/myGroups` - See your own created groups with update/delete options *(Private)*\n- `/updateGroup/:id` - Update your group details *(Private)*\n- `*` - Custom 404 Not Found page\n\n---\n\n## 🛠️ Environment Setup\n\n- **Frontend:**\n  - Vite + React + Tailwind CSS\n  - Firebase Authentication\n  - Hosted on Netlify\n\n- **Backend:**\n  - Express.js + MongoDB\n  - Hosted on Vercel\n  - `.env` includes sensitive keys (not exposed)\n\n---\n\n## 📦 NPM Packages Used\n\n- `firebase`\n- `react`\n- `react-dom`\n- `react-router-dom`\n- `react-awesome-reveal`\n- `react-helmet`\n- `react-icons`\n- `react-simple-typewriter`\n- `react-toastify`\n- `sweetalert2`\n- `tailwindcss`\n\n---\n\n## 📌 Requirements Fulfilled\n\n- [x] Minimum 15 client-side commits  \n- [x] Minimum 8 server-side commits  \n- [x] Fully responsive and error-free routing  \n- [x] Unique design – not taken from any module/template  \n- [x] No lorem ipsum or default alerts  \n- [x] Functional environment variables and Firebase domain settings  \n- [x] Toast/sweet alert used for feedback  \n- [x] Private routes persist on reload  \n\n---\n\n## 🔍 More Details\n\n### Project Overview  \nHobbyHub aims to bring people together based on shared interests through local hobby groups. The platform focuses on ease of use, accessibility, and real-time management of group activities, making it simple for users to discover and engage in hobbies they love.\n\n### Authentication \u0026 Security  \n- Users can register and log in via email/password or Google OAuth using Firebase Authentication.  \n- Protected routes ensure that only authenticated users can create, edit, or delete groups, maintaining data security.  \n- Session persistence keeps users logged in even after page reloads or browser restarts.\n\n### Responsive Design \u0026 UX  \n- Tailwind CSS ensures a mobile-first, responsive UI that adapts smoothly to different screen sizes — from smartphones to desktops.  \n- Dark/Light mode toggle improves accessibility and user comfort in different lighting conditions.  \n- Custom toast notifications and sweet alerts provide user-friendly feedback without intrusive default alerts.\n\n### Group Management  \n- Users can create detailed hobby groups including name, description, location, start date, and other metadata.  \n- Groups display dynamic join buttons that are disabled automatically once the group’s start date passes, preventing late joins.  \n- Group owners can update or delete their groups easily from a dedicated dashboard (`/myGroups`).\n\n### Animations \u0026 Effects  \n- The interface features subtle animations powered by `react-awesome-reveal` and a typewriter effect for engaging headings, creating a modern, lively feel.  \n- These effects add polish without compromising performance or usability.\n\n### Backend \u0026 Data Handling  \n- The backend REST API built with Express.js handles CRUD operations securely, communicating with a MongoDB database.  \n- Environment variables keep sensitive information secure and configurable between development and production.  \n- The backend is deployed on Vercel, while the frontend runs on Netlify for optimal performance.\n\n---","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fazijulhakimbd%2Fhobbyhub-client","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fazijulhakimbd%2Fhobbyhub-client","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fazijulhakimbd%2Fhobbyhub-client/lists"}