{"id":25214096,"url":"https://github.com/mdtahsinurrahman/dwellio","last_synced_at":"2026-04-06T02:32:06.732Z","repository":{"id":275852228,"uuid":"927375910","full_name":"MDTAHSINURRAHMAN/Dwellio","owner":"MDTAHSINURRAHMAN","description":"Dwellio is a MERN stack-based full-stack web application for real estate, allowing users to browse, wishlist, and purchase properties. Agents can list and manage properties, while admins oversee user management, property verification, and platform moderation. It offers a secure, responsive, and seamless experience across devices.","archived":false,"fork":false,"pushed_at":"2025-02-19T02:40:26.000Z","size":312,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-19T03:27:53.680Z","etag":null,"topics":["axios","context-api","css3","expressjs","firebase","html5","javascript","jwt-token","mongodb","nodejs","reactjs","reactnpm","stripe","sweetalert2","tailwindcss","tanstack-query"],"latest_commit_sha":null,"homepage":"https://dwellio-22657.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/MDTAHSINURRAHMAN.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-04T21:13:43.000Z","updated_at":"2025-02-19T02:40:29.000Z","dependencies_parsed_at":"2025-02-04T23:25:37.920Z","dependency_job_id":"f397235d-1f67-4fa3-9a95-ace517833597","html_url":"https://github.com/MDTAHSINURRAHMAN/Dwellio","commit_stats":null,"previous_names":["mdtahsinurrahman/dwellio"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MDTAHSINURRAHMAN%2FDwellio","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MDTAHSINURRAHMAN%2FDwellio/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MDTAHSINURRAHMAN%2FDwellio/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MDTAHSINURRAHMAN%2FDwellio/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MDTAHSINURRAHMAN","download_url":"https://codeload.github.com/MDTAHSINURRAHMAN/Dwellio/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247307944,"owners_count":20917596,"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":["axios","context-api","css3","expressjs","firebase","html5","javascript","jwt-token","mongodb","nodejs","reactjs","reactnpm","stripe","sweetalert2","tailwindcss","tanstack-query"],"created_at":"2025-02-10T16:58:26.183Z","updated_at":"2025-12-30T18:54:21.096Z","avatar_url":"https://github.com/MDTAHSINURRAHMAN.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Dwellio - A Real Estate Platform\n\n## 📌 Project Overview\nDwellio is a full-stack web application built using the MERN stack. It enables users to browse, wishlist, and purchase properties, while agents can list and manage their real estate offerings. Administrators have full control over user management, property verification, and platform moderation. The platform is designed to be fully responsive and secure, providing a seamless experience across different devices.\n\n## 🖼 Screenshots\n### Homepage\n![Homepage Screenshot](https://i.ibb.co/RTGXmfb5/dwellio-home.png)\n\n### All Properties Page\n![Property Listing Screenshot](https://i.ibb.co/gbQh4ZVf/dwellio-properties.png)\n\n### Agent Property Offer Page\n![Agent Property Offer Screenshot](https://i.ibb.co/qMCzV4np/dwellio-property-Offer.png)\n\n### Admin Manage Review Page\n![Admin Manage Review Page Screenshot](https://i.ibb.co/cWmMZh1/dwellio-manage-Review.png)\n\n## 🔗 Live Demo\n[🌐 View Live Project: ](#) (https://dwellio-22657.web.app/)\n\n## 🛠 Technologies Used\n- **Frontend**: React.js, Tailwind CSS, React Router, TanStack Query\n- **Backend**: Node.js, Express.js, MongoDB\n- **Authentication**: Firebase Authentication, JWT\n- **Payments**: Stripe\n- **State Management**: Context API\n- **Notifications**: SweetAlert, Toast Notifications\n\n## ✨ Core Features\n- **User roles:** User, Agent, Admin\n- **Users can:**\n  - Browse and search properties\n  - Wishlist properties and make offers\n  - Purchase properties through Stripe payments\n  - Leave reviews on properties\n- **Agents can:**\n  - Add new properties\n  - Manage their added and sold properties\n  - Accept or reject property offers\n- **Admins can:**\n  - Verify or reject property listings\n  - Manage users (promote to agent/admin, mark as fraud)\n  - Manage property reviews\n  - Advertise properties on the homepage\n- **Responsive UI:** Fully optimized for mobile, tablet, and desktop\n- **Protected Routes:** Users remain logged in after a page refresh\n- **Environment Variables:** Secure handling of API keys and credentials\n\n## 📦 Dependencies\n### Frontend:\n- React.js\n- React Router\n- TanStack Query\n- Firebase\n- Tailwind CSS\n- Axios\n- SweetAlert\n\n### Backend:\n- Node.js\n- Express.js\n- MongoDB \u0026 Mongoose\n- JSON Web Token (JWT)\n- Stripe\n- Bcrypt.js\n\n## 🚀 How to Run Locally\n### Prerequisites:\n- Node.js and npm installed\n- MongoDB set up (local or cloud)\n- Firebase project configured\n- Stripe account for payments\n\n### Steps:\n1. **Clone the repository:**\n   ```sh\n   git clone https://github.com/MDTAHSINURRAHMAN/Dwellio.git\n   cd Dwellio\n2. **Set up environment variables**\n   ```sh\n   # For Backend:\n   MONGO_URI=your_mongodb_uri\n   JWT_SECRET=your_jwt_secret\n   STRIPE_SECRET_KEY=your_stripe_secret_key\n   # For Frontend:\n   REACT_APP_FIREBASE_API_KEY=your_firebase_api_key\n   REACT_APP_FIREBASE_AUTH_DOMAIN=your_firebase_auth_domain\n   REACT_APP_STRIPE_PUBLIC_KEY=your_stripe_public_key\n3. **Install dependencies:**\n   ```sh\n   # For backend\n    cd server\n    npm install\n   # For frontend\n    cd client\n    npm install\n1. **Run the project:**\n   ```sh\n   # For backend\n    cd server\n    npm start\n   # For frontend\n    cd client\n    npm start\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmdtahsinurrahman%2Fdwellio","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmdtahsinurrahman%2Fdwellio","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmdtahsinurrahman%2Fdwellio/lists"}