{"id":25216308,"url":"https://github.com/96mdjanealam/raise-together-client-a10","last_synced_at":"2026-04-10T00:05:11.432Z","repository":{"id":275874666,"uuid":"925537073","full_name":"96mdjanealam/raise-together-client-a10","owner":"96mdjanealam","description":"Raise Together is a dynamic and user-friendly crowdfunding application designed to connect campaign creators with supporters. Our mission is to empower individuals and organizations to raise funds for innovative ideas, charitable causes, and personal needs.","archived":false,"fork":false,"pushed_at":"2025-02-05T02:29:41.000Z","size":153,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-05T09:15:08.306Z","etag":null,"topics":["express","firebase","htlm5","javascript","mongodb","nodejs","reactjs","tailwindcss"],"latest_commit_sha":null,"homepage":"https://raise-together-e9184.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/96mdjanealam.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}},"created_at":"2025-02-01T05:11:13.000Z","updated_at":"2025-02-05T02:29:44.000Z","dependencies_parsed_at":"2025-02-05T03:34:08.004Z","dependency_job_id":null,"html_url":"https://github.com/96mdjanealam/raise-together-client-a10","commit_stats":null,"previous_names":["96mdjanealam/raise-together-client-a10"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/96mdjanealam/raise-together-client-a10","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/96mdjanealam%2Fraise-together-client-a10","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/96mdjanealam%2Fraise-together-client-a10/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/96mdjanealam%2Fraise-together-client-a10/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/96mdjanealam%2Fraise-together-client-a10/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/96mdjanealam","download_url":"https://codeload.github.com/96mdjanealam/raise-together-client-a10/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/96mdjanealam%2Fraise-together-client-a10/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260475935,"owners_count":23014942,"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":["express","firebase","htlm5","javascript","mongodb","nodejs","reactjs","tailwindcss"],"created_at":"2025-02-10T19:17:40.644Z","updated_at":"2025-12-30T19:17:16.274Z","avatar_url":"https://github.com/96mdjanealam.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Raise Together: A Crowdfunding Platform\n\n[🔗 Live Site URL](https://raise-together-e9184.web.app/)\n\n## ℹ️ About Raise Together\nRaise Together is a dynamic and user-friendly crowdfunding application designed to connect campaign creators with supporters. Our mission is to empower individuals and organizations to raise funds for innovative ideas, charitable causes, and personal needs.\n\n## ✨ Features\n- 📝 **Intuitive Campaign Creation** – Easily set up fundraising campaigns with a sleek and simple interface.\n- ⏳ **Real-Time Updates** – Stay informed with real-time updates on campaign progress, donor contributions, and milestones.\n- 🎨 **Engaging Campaign Pages** – Visually appealing pages that highlight your story and goals to attract supporters.\n- 💬 **Testimonial Section** – Success stories to inspire and build trust with new users.\n- 🔧 **User Actions** – Users can manage their campaigns, view all created campaigns, and update or delete them as needed.\n\n## ⚙️ Installation\n\n### 📌 Prerequisites\nEnsure you have the following installed on your system:\n- [📦 Node.js](https://nodejs.org/) (Recommended version: `18.x` or higher)\n- [⚡ Vite](https://vitejs.dev/) (Used for development)\n- [🔥 Firebase Account](https://firebase.google.com/) (For backend services)\n\n### 🛠 Steps\n1. **📂 Clone the repository:**\n   ```sh\n   git clone https://github.com/96mdjanealam/raise-together-client-a10.git\n   cd raise-together-client-a10\n   ```\n\n2. **📥 Install dependencies:**\n   ```sh\n   npm install\n   ```\n\n3. **📝 Set up environment variables:**\n   Create a `.env.local` file in the root directory and add the following:\n   ```sh\n   VITE_FIREBASE_API_KEY=your_api_key\n   VITE_FIREBASE_AUTH_DOMAIN=your_auth_domain\n   VITE_FIREBASE_PROJECT_ID=your_project_id\n   VITE_STORAGE_BUCKET=your_storage_bucket\n   VITE_MESSAGING_SENDER_ID=your_sender_id\n   VITE_APP_ID=your_app_id\n   ```\n   Replace the values with your Firebase project credentials.\n\n4. **🚀 Run the development server:**\n   ```sh\n   npm run dev\n   ```\n\n## 🎯 Usage\n- Navigate to the homepage to explore fundraising campaigns.\n- Sign in to create and manage campaigns.\n- Update and delete campaigns as needed.\n- Stay updated with real-time progress and milestones.\n\n## 🔧 Configuration\nThe project uses **Firebase** for authentication and database services. Ensure your Firebase project is correctly configured in `.env.local`.\n\n## 📦 Dependencies\nThe project is built using the following technologies:\n\n### 📌 Core Dependencies:\n- ⚛️ React (`^18.3.1`)\n- 🌍 React Router DOM (`^7.0.1`)\n- 🔥 Firebase (`^11.0.2`)\n- 🕒 Luxon (`^3.5.0`) – For handling dates and times.\n\n### 🎨 UI \u0026 Styling:\n- 🎨 TailwindCSS (`^3.4.15`)\n- 🌟 DaisyUI (`^4.12.14`)\n- 🖌️ Material Tailwind (`^2.1.10`)\n- 🎭 Emotion (`^11.14.0`) – For CSS-in-JS styling.\n\n### 🎬 Animations \u0026 UX:\n- ✨ React Awesome Reveal (`^4.2.14`)\n- ⌨️ React Simple Typewriter (`^5.0.1`)\n- 🔔 React Toastify (`^10.0.6`)\n- 🎯 React Tooltip (`^5.28.0`)\n\n### 🛠 Development \u0026 Linting:\n- ⚡ Vite (`^6.0.3`) – Fast build tool.\n- ✅ ESLint (`^9.15.0`) – Linting support.\n- 🎨 PostCSS (`^8.4.49`) \u0026 Autoprefixer (`^10.4.20`) – CSS processing.\n\n## 🛠 Development\n### 🚀 Running the Development Server\nTo start the local development environment:\n```sh\nnpm run dev\n```\n\n### 🏗️ Building for Production\nTo create an optimized build:\n```sh\nnpm run build\n```\n\n### 📏 Linting and Code Quality Checks\nTo run ESLint:\n```sh\nnpm run lint\n```\n\n- 🤝 Feel free to contribute! Open a PR or issue if you'd like to help improve the project.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F96mdjanealam%2Fraise-together-client-a10","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F96mdjanealam%2Fraise-together-client-a10","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F96mdjanealam%2Fraise-together-client-a10/lists"}