{"id":26849156,"url":"https://github.com/hiborn4/komodo_trivia","last_synced_at":"2025-03-30T21:32:32.725Z","repository":{"id":212817508,"uuid":"732356326","full_name":"HiBorn4/Komodo_Trivia","owner":"HiBorn4","description":"The Komodo Trivia App, developed by Areno Innovations using Flutter, is a dynamic quiz platform featuring multiple difficulty levels and real-time scoring. Utilizing the OpenTDB API, it fetches diverse questions in a timer-based gameplay format. ","archived":false,"fork":false,"pushed_at":"2023-12-16T13:54:35.000Z","size":9037,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2023-12-16T15:03:23.711Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Dart","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/HiBorn4.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}},"created_at":"2023-12-16T12:06:16.000Z","updated_at":"2023-12-16T15:03:25.016Z","dependencies_parsed_at":"2023-12-16T15:13:36.294Z","dependency_job_id":null,"html_url":"https://github.com/HiBorn4/Komodo_Trivia","commit_stats":null,"previous_names":["hiborn4/komodo_trivia"],"tags_count":0,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HiBorn4%2FKomodo_Trivia","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HiBorn4%2FKomodo_Trivia/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HiBorn4%2FKomodo_Trivia/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HiBorn4%2FKomodo_Trivia/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/HiBorn4","download_url":"https://codeload.github.com/HiBorn4/Komodo_Trivia/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246385452,"owners_count":20768668,"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":"2025-03-30T21:32:32.298Z","updated_at":"2025-03-30T21:32:32.710Z","avatar_url":"https://github.com/HiBorn4.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"---\n\n# Komodo Trivia - Flutter Quiz App\n\nWelcome to Komodo Trivia, a quiz application developed using Flutter.\n\n## Description\n\nKomodo Trivia is an engaging quiz application that offers a variety of questions across different difficulty levels. Users can test their knowledge and skills by answering multiple-choice questions. The app provides real-time scoring and a visually appealing interface.\n\n## Features\n\n- Multiple difficulty levels: Easy, Medium, and Hard.\n- Dynamic questions fetched from an online API.\n- Timer-based answering system.\n- Real-time scoring mechanism.\n- Result screen displaying the user's score.\n\n## Getting Started\n\nTo run the app on your local machine, follow these steps:\n\n1. **Prerequisites**: Ensure you have Flutter installed. If not, [install Flutter](https://flutter.dev/docs/get-started/install).\n\n2. **Clone the Repository**: Clone this repository to your local machine using the following command:\n\n   ```\n   git clone https://github.com/your_username/komodo_trivia.git\n   ```\n\n3. **Run the App**: Navigate to the project directory and run the app using Flutter:\n\n   ```\n   cd komodo_trivia\n   flutter run\n   ```\n\n4. **Explore**: Start the quiz, select your preferred difficulty level, and answer the questions within the time limit.\n\n## Dependencies\n\n- Provider: State management library for Flutter.\n- HTTP: Package for making HTTP requests.\n- HTML Unescape: Library to decode HTML entities.\n\n## Directory Structure\n\nThe project directory structure is organized as follows:\n\n```\nkomodo_trivia/\n│\n├── lib/\n│   ├── api_services.dart\n│   ├── const/\n│   │   ├── colors.dart\n│   │   ├── images.dart\n│   │   └── text_style.dart\n│   ├── quiz_screen.dart\n│   ├── result_page.dart\n│   └── main.dart\n│\n├── android/\n├── ios/\n├── pubspec.yaml\n└── README.md\n```\n\n## App Demo\n\nDemo video of the Flutter Meal App in action:\n\nhttps://github.com/HiBorn4/Komodo_Trivia/blob/main/assets/screenshots/demo.mp4\n\n\n## Screenshots\n\n\u003cp\u003eHere are some screenshots of the Flutter Review the App in action:\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ctable\u003e\n    \u003ctr\u003e\n      \u003ctd style=\"padding-right: 20\"\u003e\n        \u003cimg src=\"assets/screenshots/home.png\" alt=\"App Screenshot 1\" width=\"480\"\u003e\n      \u003c/td\u003e\n      \u003ctd\u003e\n        \u003cimg src=\"assets/screenshots/difficulty.png\" alt=\"App Screenshot 2\" width=\"480\"\u003e\n      \u003c/td\u003e\n      \u003ctd\u003e\n        \u003cimg src=\"assets/screenshots/question.png\" alt=\"App Screenshot 2\" width=\"480\"\u003e\n      \u003c/td\u003e\n      \u003ctd\u003e\n        \u003cimg src=\"assets/screenshots/result.png\" alt=\"App Screenshot 2\" width=\"480\"\u003e\n      \u003c/td\u003e\n    \u003c/tr\u003e\n  \u003c/table\u003e\n\u003c/p\u003e\n\n## Contributions\n\nContributions to the project are welcome! Feel free to create pull requests or report any issues.\n\n---\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhiborn4%2Fkomodo_trivia","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhiborn4%2Fkomodo_trivia","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhiborn4%2Fkomodo_trivia/lists"}