{"id":22774420,"url":"https://github.com/androidlord/gitsearch","last_synced_at":"2025-03-30T13:12:00.621Z","repository":{"id":265932435,"uuid":"896341473","full_name":"AndroidLord/GitSearch","owner":"AndroidLord","description":"An Git Repo Searcher, built with kotlin, compose, retrofit, roomdb, pagination, clean and mvvm arch","archived":false,"fork":false,"pushed_at":"2024-12-02T14:45:35.000Z","size":11686,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-05T14:43:06.725Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Kotlin","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/AndroidLord.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":"2024-11-30T05:15:26.000Z","updated_at":"2024-12-02T14:46:04.000Z","dependencies_parsed_at":"2024-12-01T16:49:48.957Z","dependency_job_id":null,"html_url":"https://github.com/AndroidLord/GitSearch","commit_stats":null,"previous_names":["androidlord/gitsearch"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndroidLord%2FGitSearch","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndroidLord%2FGitSearch/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndroidLord%2FGitSearch/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndroidLord%2FGitSearch/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AndroidLord","download_url":"https://codeload.github.com/AndroidLord/GitSearch/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246320202,"owners_count":20758410,"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":[],"created_at":"2024-12-11T18:14:38.370Z","updated_at":"2025-03-30T13:12:00.604Z","avatar_url":"https://github.com/AndroidLord.png","language":"Kotlin","readme":"# GitSearch 📂🔍  \n\nA powerful and intuitive mobile application to search, explore, and navigate through GitHub repositories and contributors. Built using **Kotlin**, **Jetpack Compose**, and the latest **Jetpack Libraries**, this app adheres to modern development practices with clean architecture and an MVVM pattern.\n\n---\n\n## Features 🌟  \n\n### Home Screen  \n- **Search Bar**: Effortlessly search for GitHub repositories using the GitHub API.  \n- **Paginated Results**: Displays results in pages of 10 items using **Paging 3** library for smooth scrolling.  \n- **Offline Support**: Saves the search results locally in **RoomDB** for offline access.  \n- **Navigation**: Click on any repository to view its details on the Repo Details screen.\n\n### Repo Details Screen  \n- **Repository Information**: Displays image, name, project link, description, and a list of contributors.  \n- **WebView Integration**: Opens the repository link in an embedded web browser for seamless navigation.  \n- **Contributor Repositories**: Displays repositories of selected contributors.  \n\n---\n\n## Screenshots 🖼️  \n\n\u003ctable\u003e\n  \u003ctr\u003e\n    \u003ctd\u003e\u003cb\u003eHome Screen\u003c/b\u003e\u003c/td\u003e\n    \u003ctd\u003e\u003cb\u003eSearch Results\u003c/b\u003e\u003c/td\u003e\n    \u003ctd\u003e\u003cb\u003eRepo Details\u003c/b\u003e\u003c/td\u003e\n    \u003ctd\u003e\u003cb\u003eWebView Project Link\u003c/b\u003e\u003c/td\u003e\n  \u003c/tr\u003e\n  \u003ctr\u003e\n    \u003ctd\u003e\u003cimg src=\"https://github.com/AndroidLord/GitSearch/blob/master/photos/Home%20Search%20Page.png\" alt=\"Home Search Page\" width=\"200\"/\u003e\u003c/td\u003e\n    \u003ctd\u003e\u003cimg src=\"https://github.com/AndroidLord/GitSearch/blob/master/photos/Android%20Search.png\" alt=\"Android Search\" width=\"200\"/\u003e\u003c/td\u003e\n    \u003ctd\u003e\u003cimg src=\"https://github.com/AndroidLord/GitSearch/blob/master/photos/Repo%20Detail%20Page.png\" alt=\"Repo Detail Page\" width=\"200\"/\u003e\u003c/td\u003e\n    \u003ctd\u003e\u003cimg src=\"https://github.com/AndroidLord/GitSearch/blob/master/photos/web%20view%20project%20link.png\" alt=\"Web View Project Link\" width=\"200\"/\u003e\u003c/td\u003e\n  \u003c/tr\u003e\n\u003c/table\u003e\n\n\n---\n\n## Demo 🎥  \n\nCheck out the app in action:  \n[**Watch Demo Video**](https://drive.google.com/file/d/1N91I9ItHWdXe3wSJrM2m4aHo0Z3wRk73/view?usp=sharing)  \n\n---\n\n## APK Download 📲  \n\n[Download GitSearch APK](https://github.com/AndroidLord/GitSearch/blob/master/apk/GitSearch.apk)  \n\n---\n\n## Tech Stack 🛠️  \n\n- **Kotlin**: Modern, concise, and robust programming language.  \n- **Jetpack Compose**: For building a modern, declarative UI.  \n- **Paging 3**: For efficient and smooth pagination.\n- **DI**: used Dagger Hilt for DI.\n- **RoomDB**: For offline caching and local database management.  \n- **Retrofit**: For reliable and efficient network calls.  \n- **Coroutines and Flows**: For asynchronous programming and reactive data handling.  \n- **MVVM Architecture**: Clean, scalable, and maintainable project structure.  \n- **Navigation Component**: For seamless navigation between screens.  \n\n---\n\n## How It Works 🔍  \n\n1. **Search Repositories**:  \n   - Enter a query in the search bar to fetch repository data from GitHub API.  \n   - The results are paginated, showing 10 items per page.  \n\n2. **Offline Caching**:  \n   - The results are saved locally using RoomDB, allowing offline access.  \n\n3. **Repo Details Screen**:  \n   - Displays comprehensive details about a selected repository.  \n   - Includes a WebView for opening the repository's project link.  \n   - Lists contributors with navigation to their associated repositories.  \n\n---\n\n## Setup Instructions ⚙️  \n\nFollow these steps to run the project locally:  \n\n1. **Clone the Repository**:  \n   ```bash  \n   git clone https://github.com/AndroidLord/GitSearch.git  \n   cd GitSearch  \n   ```  \n\n2. **Build \u0026 Run**:  \n   - Open the project in Android Studio.  \n   - Build and run the app on your preferred Android device or emulator.  \n\n---\n\n## Deliverables 📦  \n\n- **Source Code**: [GitHub Repository](https://github.com/AndroidLord/GitSearch)  \n- **Demo Video**: [Drive Link](https://drive.google.com/file/d/1N91I9ItHWdXe3wSJrM2m4aHo0Z3wRk73/view?usp=sharing)  \n- **Screenshots**: Available in the repository under `photos/`.  \n- **APK**: [Download Link](https://github.com/AndroidLord/GitSearch/blob/master/apk/GitSearch.apk)  \n\n---\n\n## Highlights 🌟  \n\nThis project demonstrates:  \n- Effective use of **Jetpack Compose** and **MVVM architecture**.  \n- Efficient network management and offline-first design with **Retrofit**, **RoomDB**, and **Paging 3**.  \n- Clean and maintainable code structure, adhering to modern Android development standards.  \n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandroidlord%2Fgitsearch","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fandroidlord%2Fgitsearch","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandroidlord%2Fgitsearch/lists"}