{"id":29092309,"url":"https://github.com/sayedsheikh/flatify-client","last_synced_at":"2025-06-28T07:04:55.512Z","repository":{"id":301458077,"uuid":"1008318183","full_name":"SayedSheikh/Flatify-client","owner":"SayedSheikh","description":null,"archived":false,"fork":false,"pushed_at":"2025-06-27T00:35:32.000Z","size":2161,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-06-27T01:32:07.661Z","etag":null,"topics":["authentication","firebase","google","react","react-swiper","tailwindcss"],"latest_commit_sha":null,"homepage":"https://flatify-6a56c.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/SayedSheikh.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-25T11:06:51.000Z","updated_at":"2025-06-27T00:35:36.000Z","dependencies_parsed_at":"2025-06-27T01:32:26.303Z","dependency_job_id":"fcc2fb90-bfd9-405a-add8-6319ae0ab19c","html_url":"https://github.com/SayedSheikh/Flatify-client","commit_stats":null,"previous_names":["sayedsheikh/flatify-client"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/SayedSheikh/Flatify-client","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SayedSheikh%2FFlatify-client","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SayedSheikh%2FFlatify-client/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SayedSheikh%2FFlatify-client/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SayedSheikh%2FFlatify-client/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SayedSheikh","download_url":"https://codeload.github.com/SayedSheikh/Flatify-client/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SayedSheikh%2FFlatify-client/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262389457,"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":["authentication","firebase","google","react","react-swiper","tailwindcss"],"created_at":"2025-06-28T07:04:52.719Z","updated_at":"2025-06-28T07:04:55.499Z","avatar_url":"https://github.com/SayedSheikh.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🏠 Flatify Frontend\n\n🌟 **Flatify** is a modern web application for browsing, posting, and managing roommate or flat listings.\n\nThis is the **frontend** codebase, built using **React** + **Tailwind CSS** + **Firebase**.  \nThe live app is deployed at:  \n👉 [https://flatify-6a56c.web.app](https://flatify-6a56c.web.app)\n\n---\n\n## 🚀 Live Website\n\n✅ Visit here → [https://flatify-6a56c.web.app](https://flatify-6a56c.web.app)\n\n---\n\n## ✨ Features\n\n- ✅ User authentication (Firebase)\n- ✅ Browse flat/roommate listings\n- ✅ Post your own listings\n- ✅ Like \u0026 review listings\n- ✅ Swiper carousels for banners and featured content\n- ✅ Smooth animations (React Awesome Reveal)\n- ✅ Toast notifications (React Hot Toast)\n- ✅ Fully responsive \u0026 mobile-friendly (Tailwind + DaisyUI)\n\n---\n\n## ⚙️ Tech Stack\n\n| Layer        | Technology                           |\n| ------------ | ------------------------------------ |\n| **Frontend** | React, React Router, React Icons     |\n| **Styling**  | Tailwind CSS, DaisyUI, Swiper        |\n| **Auth**     | Firebase Authentication              |\n| **API**      | Custom Express.js + MongoDB backend  |\n| **UX**       | SweetAlert2, React Hot Toast, Swiper |\n\n---\n\n## 🛠️ How to Run Locally\n\nFollow these steps to run **Flatify Frontend** on your local development environment:\n\n### Step 1: Clone the Repository\n\n```bash\ngit clone https://github.com/your-username/flatify-frontend.git\ncd flatify-frontend\n````\n\n\u003e Replace `your-username` with your actual GitHub username.\n\n---\n\n### Step 2: Install Dependencies\n\n```bash\nnpm install\n```\n\n---\n\n### Step 3: Create a Firebase Project\n\n1. Go to [https://console.firebase.google.com/](https://console.firebase.google.com/)\n2. Create a new project\n3. Go to **Project Settings \u003e General \u003e Your Apps**\n4. Register a new Web App\n5. Copy the Firebase config, which looks like this:\n\n```js\nconst firebaseConfig = {\n  apiKey: \"your_api_key\",\n  authDomain: \"your_auth_domain\",\n  projectId: \"your_project_id\",\n  storageBucket: \"your_storage_bucket\",\n  messagingSenderId: \"your_sender_id\",\n  appId: \"your_app_id\"\n};\n```\n\n---\n\n### Step 4: Create a `.env` File\n\n1. In the **root directory** of your project, create a file named `.env`\n2. Add your Firebase config like this:\n\n```env\nVITE_API_KEY=your_api_key\nVITE_AUTH_DOMAIN=your_auth_domain\nVITE_PROJECT_ID=your_project_id\nVITE_STORAGE_BUCKET=your_storage_bucket\nVITE_MESSAGING_SENDER_ID=your_sender_id\nVITE_APP_ID=your_app_id\n```\n\n\u003e ⚠️ Do not commit this `.env` file to your repo. Keep it private.\n\n---\n\n### Step 5: Start the Development Server\n\n```bash\nnpm run dev\n```\n\n---\n\n### Step 6: Open the App\n\nVisit the following URL in your browser:\n\n```\nhttp://localhost:5173\n```\n\nYou should now see the **Flatify** app running locally! 🎉\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsayedsheikh%2Fflatify-client","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsayedsheikh%2Fflatify-client","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsayedsheikh%2Fflatify-client/lists"}