{"id":47724790,"url":"https://github.com/kurtpetrola/fmd","last_synced_at":"2026-04-02T20:11:55.148Z","repository":{"id":329290213,"uuid":"839879671","full_name":"kurtpetrola/fmd","owner":"kurtpetrola","description":"A dedicated location-based application designed to help individuals find suitable long-term accommodation and dormitories near Pangasinan.","archived":false,"fork":false,"pushed_at":"2026-03-31T18:04:18.000Z","size":102527,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-03-31T19:19:19.089Z","etag":null,"topics":["dormitory-finder","educational-project","location-based"],"latest_commit_sha":null,"homepage":"","language":"Dart","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kurtpetrola.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-08-08T14:05:41.000Z","updated_at":"2026-03-31T18:12:29.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/kurtpetrola/fmd","commit_stats":null,"previous_names":["kurtpetrola/fmd"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/kurtpetrola/fmd","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kurtpetrola%2Ffmd","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kurtpetrola%2Ffmd/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kurtpetrola%2Ffmd/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kurtpetrola%2Ffmd/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kurtpetrola","download_url":"https://codeload.github.com/kurtpetrola/fmd/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kurtpetrola%2Ffmd/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31315147,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-02T12:59:32.332Z","status":"ssl_error","status_checked_at":"2026-04-02T12:54:48.875Z","response_time":89,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["dormitory-finder","educational-project","location-based"],"created_at":"2026-04-02T20:11:49.974Z","updated_at":"2026-04-02T20:11:55.140Z","avatar_url":"https://github.com/kurtpetrola.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🏠 Find My Dorm\n\n\u003e [!NOTE]\n\u003e This application is currently not production-ready. It is developed and maintained solely for **educational, portfolio, and demonstration purposes**. Please do not use it for real-world, critical accommodation searches or rely on the data for decision-making.\n\n---\n\n**Find My Dorm is a dedicated location-based application designed to help individuals find suitable long-term accommodation and dormitories near Pangasinan.** By simplifying the search process, the app provides a user-friendly platform for anyone—whether a student, professional, or long-term visitor—to explore, compare, and locate safe and comfortable lodging options based on their specific needs and location preferences in the area.\n\n## ✨ Features\n\nWe aim to simplify your dormitory search with these core functionalities:\n\n- **Dormitory Listings:** Browse a comprehensive list of dormitory options specifically located in and around the Pangasinan region.\n- **Interactive Map View:** Visually explore all dormitories on an **interactive map**, allowing users to easily check their proximity to universities, transportation hubs, and other essential services.\n- **Dynamic Routing:** Powered by OpenRouteService API, providing accurate route generation and path visualization between dormitories and nearby landmarks.\n- **Smart Filtering \u0026 Sorting:** Quickly narrow down search results using **advanced filters** (e.g., gender-specific, location) to find the perfect match.\n- **Favorites \u0026 Comparison:** Save preferred dormitories to a **Favorites List** for easy re-access and side-by-side comparison.\n\n## 📥 Installation\n\nYou can download the latest **Android APK** file and install the application manually from the **[releases page](https://github.com/kurtpetrola/fmd/releases)**.\n\n## 💻 Tech Stack\n\n| Component            | Technology               | Purpose                                                                        |\n| :------------------- | :----------------------- | :----------------------------------------------------------------------------- |\n| **Mobile Framework** | **Flutter**              | Cross-platform UI development for iOS and Android.                             |\n| **Database**         | **SQLite**               | Local, lightweight, and fast data persistence for dorm listings and user data. |\n| **Security**         | **`bcrypt`**             | Used for secure one-way hashing of user passwords.                             |\n| **Mapping**          | **`flutter_map`**        | Provides interactive map views and location tracking.                          |\n| **Routing API**      | **OpenRouteService API** | Enables dynamic route generation and location-based mapping features.          |\n| **State Management** | **`provider`**           | Lightweight dependency injection and reactive state management for ViewModels. |\n\n## 🏗️ Project Architecture\n\nThe project follows a **Clean Architecture** approach with **Feature-First (Slice)** organization, ensuring scalability, maintainability, and clear separation of concerns.\n\n```text\nlib/\n├── core/           # Global utilities, constants, shared widgets, and local database implementation\n└── features/       # Feature directories containing their specific domain, presentation, and widgets\n    ├── auth/\n    ├── dorms/\n    ├── maps/\n    ├── splash/\n    └── user_profile/\n```\n\n## 🔑 Demo Accounts\n\nUse the following accounts to quickly explore the application's different user roles (User and Admin) without needing to register:\n\n- **User Account**\n  - **Email:** `test@fmd.com`\n  - **Password:** `TestUser99!`\n- **Admin Account**\n  - **Email:** `admin@fmd.com`\n  - **Password:** `AdminTest99!`\n\n## 🛠 To Do \u0026 Future Enhancements\n\nThe following tasks are prioritized for future development:\n\n- **Data Expansion:** Significantly **expand the dormitory database** to offer a wider variety of options.\n- **Advanced Filtering:** Implement new filters based on **amenities** (Wi-Fi, laundry, parking), **price range**, and **real-time availability**.\n- **Community Integration:** Integrate **user reviews and ratings** for dormitories to enhance trust and transparency.\n- **Map Enhancements:** Upgrade the interactive map with **real-time location updates** and detailed neighborhood information.\n\n## 📄 License\n\nThis project is licensed under the **MIT License** - see the **[LICENSE](https://github.com/kurtpetrola/fmd/blob/main/LICENSE)** file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkurtpetrola%2Ffmd","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkurtpetrola%2Ffmd","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkurtpetrola%2Ffmd/lists"}