{"id":23188764,"url":"https://github.com/whdhdyt21/dicoding-event","last_synced_at":"2026-04-26T12:32:09.155Z","repository":{"id":265040759,"uuid":"893587363","full_name":"whdhdyt21/Dicoding-Event","owner":"whdhdyt21","description":"Dicoding Event is an Android app for discovering, saving, and participating in events on the Dicoding platform. Built with Kotlin and MVVM architecture, it features event browsing, favorites management, a search function, dark mode, and daily reminders.","archived":false,"fork":false,"pushed_at":"2024-11-30T02:29:52.000Z","size":4769,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-05T05:45:36.188Z","etag":null,"topics":["android","dicodingevent","kotlin","mobile-app-development"],"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/whdhdyt21.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-24T20:21:26.000Z","updated_at":"2025-01-20T13:03:26.000Z","dependencies_parsed_at":"2025-02-10T13:51:31.921Z","dependency_job_id":null,"html_url":"https://github.com/whdhdyt21/Dicoding-Event","commit_stats":null,"previous_names":["whdhdyt21/dicoding-event"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/whdhdyt21/Dicoding-Event","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/whdhdyt21%2FDicoding-Event","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/whdhdyt21%2FDicoding-Event/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/whdhdyt21%2FDicoding-Event/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/whdhdyt21%2FDicoding-Event/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/whdhdyt21","download_url":"https://codeload.github.com/whdhdyt21/Dicoding-Event/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/whdhdyt21%2FDicoding-Event/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32297893,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-26T09:34:17.070Z","status":"ssl_error","status_checked_at":"2026-04-26T09:34:00.993Z","response_time":129,"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":["android","dicodingevent","kotlin","mobile-app-development"],"created_at":"2024-12-18T11:15:34.932Z","updated_at":"2026-04-26T12:32:09.140Z","avatar_url":"https://github.com/whdhdyt21.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Dicoding Event\n\n**Dicoding Event** is an Android application designed to help users discover, save, and participate in various events hosted on the Dicoding platform. The app offers a seamless user experience with features tailored to enhance event discovery and participation.\n\n---\n\n## 🚀 Key Features\n- **Upcoming Events**: View a list of upcoming events.\n- **Finished Events**: Explore completed events.\n- **Favorites**: Save favorite events for offline access using Room Database.\n- **Event Details**:\n  - Comprehensive information about each event, including:\n    - Location\n    - Schedule\n    - Description\n  - **UI Features**:\n    - **ImageView** for event cover.\n    - **TextView** for event details (name, organizer, time, quota, and description).\n    - **FloatingActionButton** to add events to favorites.\n    - **Button** for event registration.\n    - **Error Page** with retry functionality.\n    - **ProgressBar** for loading indicators.\n- **Settings**:\n  - Dark Mode for a comfortable viewing experience at night.\n  - Daily Reminder for notifications about new events.\n- **Search**: Quickly find events by keyword.\n\n---\n\n## 📸 Screenshots\n\n### Home Screen\n\u003cimg src=\"assets/images/Home.png\" width=\"300\"/\u003e\n\n### Upcoming Events Screen\n\u003cimg src=\"assets/images/Upcoming.png\" width=\"300\"/\u003e\n\n### Favorite Events Screen\n\u003cimg src=\"assets/images/Favorite.png\" width=\"300\"/\u003e\n\n### Finished Events Screen\n\u003cimg src=\"assets/images/Finished.png\" width=\"300\"/\u003e\n\n### Settings Screen\n\u003cimg src=\"assets/images/Settings.png\" width=\"300\"/\u003e\n\n### Search Screen\n\u003cimg src=\"assets/images/Search.png\" width=\"300\"/\u003e\n\n---\n\n## ⚙️ Initial Setup\n\n### Prerequisites\nBefore starting, ensure you have the following:\n- **Android Studio** (Arctic Fox or newer)\n- Latest **Gradle** version\n- **Java Development Kit (JDK)** version 11 or newer\n\n### Installation\n1. Clone the repository:\n   ```bash\n   git clone https://github.com/whdhdyt21/Dicoding-Event.git\n   ```\n2. Open the project in Android Studio.\n3. Configure the `local.properties` file by adding the following:\n   ```properties\n   BASE_URL=https://event-api.dicoding.dev/\n   ```\n   \u003e **Note:** The `local.properties` file stores sensitive local configurations and is excluded from version control.\n\n4. Build and run the application in Android Studio.\n\n---\n\n## 🛠️ Technologies Used\n- **Kotlin**: Main programming language for development.\n- **MVVM Architecture**: Ensures separation of concerns for better maintainability.\n- **Retrofit**: Handles REST API communication.\n- **Room Database**: Manages local storage of favorite events.\n- **LiveData \u0026 ViewModel**: Provides reactive and lifecycle-aware data management.\n- **WorkManager**: Schedules daily reminder notifications.\n- **Material Design**: Delivers a modern and user-friendly interface.\n\n---\n\n## 🤝 Contribution\nContributions are welcome! If you’d like to improve the project, follow these steps:\n1. Fork this repository.\n2. Create a feature branch:\n   ```bash\n   git checkout -b feature/your-feature-name\n   ```\n3. Commit your changes:\n   ```bash\n   git commit -m \"Add feature: your-feature-name\"\n   ```\n4. Push the branch:\n   ```bash\n   git push origin feature/your-feature-name\n   ```\n5. Open a pull request on GitHub.\n\n---\n\n## 📜 License\nThis project is licensed under the [MIT License](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwhdhdyt21%2Fdicoding-event","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwhdhdyt21%2Fdicoding-event","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwhdhdyt21%2Fdicoding-event/lists"}