{"id":23695556,"url":"https://github.com/binary-shade/react_native-estate-sphere","last_synced_at":"2026-03-17T18:36:19.004Z","repository":{"id":270224620,"uuid":"909573807","full_name":"Binary-Shade/React_native-estate-sphere","owner":"Binary-Shade","description":"A modern real estate app built with React Native and Expo. This app simplifies the process of buying, selling, and renting properties, offering users an intuitive and engaging experience.","archived":false,"fork":false,"pushed_at":"2025-01-06T16:04:42.000Z","size":6147,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-22T13:43:53.128Z","etag":null,"topics":["expo","react-expo","react-native","react-native-project","react-navigation","real-estate"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/Binary-Shade.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-29T05:50:25.000Z","updated_at":"2025-05-08T15:34:30.000Z","dependencies_parsed_at":"2025-05-22T13:45:45.080Z","dependency_job_id":null,"html_url":"https://github.com/Binary-Shade/React_native-estate-sphere","commit_stats":null,"previous_names":["binary-shade/react_native-estate-sphere"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Binary-Shade/React_native-estate-sphere","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Binary-Shade%2FReact_native-estate-sphere","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Binary-Shade%2FReact_native-estate-sphere/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Binary-Shade%2FReact_native-estate-sphere/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Binary-Shade%2FReact_native-estate-sphere/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Binary-Shade","download_url":"https://codeload.github.com/Binary-Shade/React_native-estate-sphere/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Binary-Shade%2FReact_native-estate-sphere/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30628418,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-17T17:32:55.572Z","status":"ssl_error","status_checked_at":"2026-03-17T17:32:38.732Z","response_time":56,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["expo","react-expo","react-native","react-native-project","react-navigation","real-estate"],"created_at":"2024-12-30T05:53:47.015Z","updated_at":"2026-03-17T18:36:18.955Z","avatar_url":"https://github.com/Binary-Shade.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Binary-Shade: React Native Real Estate App\n\nWelcome to **Binary-Shade**, a modern real estate app built with **React Native** and **Expo**. This app simplifies the process of buying, selling, and renting properties, offering users an intuitive and engaging experience.\n\n## Features\n\n- **Property Listings:** View detailed property listings with images, descriptions, prices, and locations.\n- **Search and Filters:** Find properties using advanced search options and filters (e.g., price range, location, property type).\n- **Favorites:** Save properties to a favorites list for quick access later.\n- **Contact Owners:** Directly connect with property owners or agents.\n- **Map Integration:** Explore properties using interactive maps (Google Maps or similar).\n- **Responsive Design:** Optimized for both iOS and Android devices.\n\n## Tech Stack\n\n- **Frontend:** React Native with Expo\n- **Backend:** Appwrite\n- **Authentication:** Clerk\n- **State Management:** Context API or Redux\n- **Navigation:** React Navigation\n- **Maps Integration:** Expo or React Native Maps\n- **Styling:** Styled Components / Native Base / Tailwind CSS\n\n## Getting Started\n\n## screenshots\n\n![image](https://github.com/user-attachments/assets/51b60174-8963-4a6d-a5d0-c41d5b4a4614)\n\n![image](https://github.com/user-attachments/assets/66ceab23-aab5-45cb-9da0-5de97ff99204)\n\n![image](https://github.com/user-attachments/assets/8ee14778-fab9-44ef-9131-fc4c71755e42)\n\nFollow these steps to set up the app on your local machine:\n### Prerequisites\n\n1. Install [Node.js](https://nodejs.org/).\n2. Install [Expo CLI](https://expo.dev/):\n   ```bash\n   npm install -g expo-cli\n   ```\n3. Clone the repository:\n   ```bash\n   git clone https://github.com/Binary-Shade/React_native-estate-sphere.git\n   ```\n4. Navigate to the project directory:\n   ```bash\n   cd React_native-estate-sphere\n   ```\n5. Install dependencies:\n   ```bash\n   npm install\n   ```\n\n### Running the App\n\n1. Start the Expo development server:\n   ```bash\n   expo start\n   ```\n2. Use the Expo Go app on your smartphone or an emulator to preview the app.\n\n## Project Structure\n\n```\nReact_native-estate-sphere/\n├── assets/         # App assets (images, icons, etc.)\n├── components/     # Reusable UI components\n├── screens/        # App screens (e.g., Home, Search, Details)\n├── navigation/     # Navigation setup (React Navigation)\n├── styles/         # Global styles and themes\n├── utils/          # Helper functions and utilities\n├── App.js          # Entry point of the app\n└── package.json    # Project metadata and dependencies\n```\n\n## Future Enhancements\n\n- **Push Notifications:** Notify users about new listings.\n- **Payment Integration:** Support for online transactions.\n- **3D Virtual Tours:** Enable virtual property walkthroughs.\n- **Analytics:** Add user behavior analytics for better insights.\n\n## Contributing\n\nContributions are welcome! Please follow these steps:\n\n1. Fork the repository.\n2. Create a feature branch:\n   ```bash\n   git checkout -b feature-name\n   ```\n3. Commit your changes:\n   ```bash\n   git commit -m \"commit message\"\n   ```\n4. Push to the branch:\n   ```bash\n   git push origin feature-name\n   ```\n5. Open a pull request.\n\n## License\n\nThis project is licensed under the MIT License. See the LICENSE file for details.\n\n## Contact\n\n- **Repository Link:** [Binary-Shade/React_native-estate-sphere](https://github.com/Binary-Shade/React_native-estate-sphere.git)\n- **Author:** [Suresh K](https://github.com/Binary-Shade)\n\nFeel free to reach out for any questions or feedback!\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbinary-shade%2Freact_native-estate-sphere","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbinary-shade%2Freact_native-estate-sphere","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbinary-shade%2Freact_native-estate-sphere/lists"}