{"id":24478799,"url":"https://github.com/salmanfxrsi/causebridge-frontend","last_synced_at":"2026-04-16T05:32:16.747Z","repository":{"id":271768237,"uuid":"909333164","full_name":"salmanfxrsi/causebridge-frontend","owner":"salmanfxrsi","description":"CauseBridge is a volunteer management platform built with React and TailwindCSS. Users can create, view, and manage volunteer posts, with Firebase authentication and JWT security. Features include a responsive design, dark/light mode toggle, and toast notifications.","archived":false,"fork":false,"pushed_at":"2025-02-12T11:43:08.000Z","size":6364,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-22T00:42:04.894Z","etag":null,"topics":["api-integration","firebase-authentication","javascript","jsonwebtoken","react","react-router","tailwindcss"],"latest_commit_sha":null,"homepage":"https://cause-bridge.web.app/","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/salmanfxrsi.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":"2024-12-28T11:44:01.000Z","updated_at":"2025-06-07T16:59:33.000Z","dependencies_parsed_at":null,"dependency_job_id":"99706cd4-378c-4e31-9d46-8c8e6333fc15","html_url":"https://github.com/salmanfxrsi/causebridge-frontend","commit_stats":null,"previous_names":["salmanfxrsi/causebridge-frontend"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/salmanfxrsi/causebridge-frontend","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/salmanfxrsi%2Fcausebridge-frontend","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/salmanfxrsi%2Fcausebridge-frontend/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/salmanfxrsi%2Fcausebridge-frontend/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/salmanfxrsi%2Fcausebridge-frontend/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/salmanfxrsi","download_url":"https://codeload.github.com/salmanfxrsi/causebridge-frontend/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/salmanfxrsi%2Fcausebridge-frontend/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31872620,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-15T15:24:51.572Z","status":"online","status_checked_at":"2026-04-16T02:00:06.042Z","response_time":69,"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":["api-integration","firebase-authentication","javascript","jsonwebtoken","react","react-router","tailwindcss"],"created_at":"2025-01-21T10:13:37.996Z","updated_at":"2026-04-16T05:32:16.731Z","avatar_url":"https://github.com/salmanfxrsi.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CauseBridge - FrontEnd\n\nCauseBridge is a volunteer management platform that connects individuals to meaningful volunteer opportunities. Users can create, update, and delete volunteer need posts, as well as join others' posts as volunteers. The platform is designed to be user-friendly, secure, and responsive.\n\n## Purpose\n\nThe purpose of CauseBridge is to streamline volunteer management and encourage community engagement by providing an intuitive platform for organizing and participating in volunteer initiatives.\n\n## Backend Repository\n\n[Visit CauseBridge Backend Repository](https://github.com/salmanfxrsi/causebridge-backend)\n\n## Live Website\n\n[Visit CauseBridge Live](https://cause-bridge.web.app/)\n\n## Key Features\n\n- **Authentication \u0026 Authorization**:\n\n  - Email/password-based registration and login with validation.\n  - Google/GitHub social login support.\n  - Protected routes using JWT for secure access.\n\n- **CRUD Operations**:\n\n  - Add, update, and delete volunteer need posts.\n  - Request to volunteer for others' posts with status management.\n\n- **Search \u0026 Sorting**:\n\n  - Search posts by title.\n  - Display posts sorted by the nearest deadline.\n\n- **Dynamic UI**:\n\n  - Fully responsive design for mobile, tablet, and desktop.\n  - Light and dark theme toggling.\n  - Dynamic layout switching between grid and table view.\n\n- **Interactive Elements**:\n\n  - Toast notifications and confirmation modals for CRUD actions.\n  - Animations implemented using Framer Motion.\n\n- **Additional Features**:\n  - Dynamic page titles based on route.\n  - Pagination for better content management.\n  - 404 page and loading spinner for improved user experience.\n\n## Pages Overview\n\n1. **Home Page**:\n\n   - Eye-catching banner/slider.\n   - \"Volunteer Needs Now\" section showcasing posts with upcoming deadlines.\n   - Extra sections for relevant content.\n\n2. **Add Volunteer Need Post (Private Route)**:\n\n   - Form to add new volunteer opportunities.\n   - Automatically captures organizer details.\n\n3. **Volunteer Need Post Details (Private Route)**:\n\n   - Displays detailed information about a specific post.\n   - \"Be a Volunteer\" functionality with form submission.\n\n4. **All Volunteer Need Posts**:\n\n   - View all posts in a searchable and sortable format.\n\n5. **Manage My Posts (Private Route)**:\n\n   - Separate sections for \"My Volunteer Need Posts\" and \"My Volunteer Requests.\"\n   - Edit or delete posts with confirmation.\n\n6. **Authentication**:\n\n   - Login and registration pages with password validation and error handling.\n\n7. **Miscellaneous**:\n   - Custom 404 page.\n   - Light/Dark theme toggle.\n\n## Tech Stack\n\n- **Frontend**: React, TailwindCSS, Mamba UI, Framer Motion\n- **Backend**: Node.js, Express.js, MongoDB\n- **Authentication**: Firebase Authentication, JWT\n- **Deployment**: Firebase (client), Vercel (server)\n\n## NPM Packages Used\n\n- `react-router-dom`\n- `axios`\n- `react-toastify`\n- `sweetalert2`\n- `jsonwebtoken`\n- `react-datepicker`\n- `framer-motion`\n- `tailwindcss`\n- `dotenv`\n\n## Environment Variables\n\nEnsure to configure the following environment variables:\n\n- **Client**:\n\n  - `REACT_APP_FIREBASE_API_KEY`\n  - `REACT_APP_FIREBASE_AUTH_DOMAIN`\n  - `REACT_APP_FIREBASE_PROJECT_ID`\n  - `REACT_APP_FIREBASE_STORAGE_BUCKET`\n  - `REACT_APP_FIREBASE_MESSAGING_SENDER_ID`\n  - `REACT_APP_FIREBASE_APP_ID`\n\n- **Server**:\n  - `MONGODB_URI`\n  - `JWT_SECRET`\n\n## Deployment\n\n- **Frontend**: Hosted on Firebase\n- **Backend**: Hosted on Vercel\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsalmanfxrsi%2Fcausebridge-frontend","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsalmanfxrsi%2Fcausebridge-frontend","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsalmanfxrsi%2Fcausebridge-frontend/lists"}