{"id":20504132,"url":"https://github.com/shnahmad/quiz_app","last_synced_at":"2026-04-18T15:41:14.802Z","repository":{"id":199283377,"uuid":"702537790","full_name":"ShnAhmad/Quiz_App","owner":"ShnAhmad","description":"A simple and interactive quiz application built with Flutter. This app allows users to test their knowledge by answering a series of multiple-choice questions, submit the quiz, and review their performance by seeing the correct answers alongside their selected answers.","archived":false,"fork":false,"pushed_at":"2024-08-22T22:31:11.000Z","size":400,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-05T20:52:20.077Z","etag":null,"topics":["dart","dart-package","firebase","firebase-auth","flutter","flutter-apps","flutter-examples","flutter-widget"],"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/ShnAhmad.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}},"created_at":"2023-10-09T14:02:18.000Z","updated_at":"2024-12-22T17:00:35.000Z","dependencies_parsed_at":"2023-11-15T22:36:39.537Z","dependency_job_id":"7a7c50da-e0cb-4b81-8950-72f33d8aeaef","html_url":"https://github.com/ShnAhmad/Quiz_App","commit_stats":null,"previous_names":["shan1144/flutter-quiz-app","shnahmad/flutter-quiz-app","shnahmad/quiz-app"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ShnAhmad/Quiz_App","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ShnAhmad%2FQuiz_App","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ShnAhmad%2FQuiz_App/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ShnAhmad%2FQuiz_App/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ShnAhmad%2FQuiz_App/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ShnAhmad","download_url":"https://codeload.github.com/ShnAhmad/Quiz_App/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ShnAhmad%2FQuiz_App/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31974952,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-18T00:39:45.007Z","status":"online","status_checked_at":"2026-04-18T02:00:07.018Z","response_time":103,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["dart","dart-package","firebase","firebase-auth","flutter","flutter-apps","flutter-examples","flutter-widget"],"created_at":"2024-11-15T19:36:33.966Z","updated_at":"2026-04-18T15:41:09.792Z","avatar_url":"https://github.com/ShnAhmad.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# Quiz App - Flutter Quiz Application\n\nWelcome to Quiz App, a simple and interactive quiz application built with Flutter. This app allows users to test their knowledge by answering a series of multiple-choice questions, submit the quiz, and review their performance by seeing the correct answers alongside their selected answers.The app also features Firebase integration, allowing users to securely log in.\n\n## Features\n\n- Firebase Authentication: Securely log in to the app using Firebase.\n\n- Interactive Quiz: Answer multiple-choice questions by selecting the best option.\n\n- Quiz Summary: After completing the quiz, view a summary that shows both your selected answers and the correct answers.\n\n- Score Tracking: Track your performance at the end of each quiz.\n\n- User-Friendly Interface: Enjoy a clean, intuitive design that works smoothly on both Android and iOS devices.\n\n\n## Screenshots\nLogin Screen\n\n![1](https://github.com/user-attachments/assets/1051149e-a390-4511-8ebd-c30f543337f0)\n\nSignUp Screen\n\n![2](https://github.com/user-attachments/assets/a241ed5d-8088-4e83-8424-46a5734230d1)\n\nHome Screen\n\n![3](https://github.com/user-attachments/assets/d8982059-e48c-45c7-93df-23428c485aa3)\n\nQuestions Screen\n\n\n![4](https://github.com/user-attachments/assets/95d7354d-23b0-44fa-b54a-08305080ef65)\n\nResult Screen\n\n![5](https://github.com/user-attachments/assets/30465b0f-e5bb-47b7-b95e-98976a47b5e3)\n\n\n## Tech Stack\n\n\n**Client:** Flutter, dart\n\n**Backend Services:** Firebase (Authentication,)\n\n\n## Usage\n1. Log in: Use your Firebase credentials to log in to the app.\n2. Answer Questions: The app will present a series of multiple-choice questions. Tap on the option you think is correct.\n3. Submit Quiz: Once you've answered all the questions, submit the quiz.\n4. View Results: After submission, you'll be able to see a summary of your performance, including the correct answers and the ones you selected\n## Installation\n\n1. Clone the repository:\n\n```bash\n  git clone https://github.com/ShnAhmad/Quiz_App\n```\n2. Navigate to the project directory:\n\n```bash\n  cd Quiz_App\n``` \n3. Install dependencies:\n\n```bash\nflutter pub get\n``` \n4. Run the app:\n\n```bash\nflutter run\n``` \n## Contributing\nWe welcome contributions to improve Quiz App! Here's how you can contribute:\n\n1. Fork the repository.\n\n2. Create a new branch:\n\n```bash\ngit checkout -b feature/your-feature-name\n```\n3. Make your changes.\n\n4. Commit your changes:\n```bash\ngit commit -m 'Add some feature'\n```\n5. Push to the branch:\n```bash\ngit push origin feature/your-feature-name\n```\n6. Create a Pull Request.\n\n\n## License\n\n[MIT](https://choosealicense.com/licenses/mit/)\n\n\n## Support\n\nIf you have any questions, eel free to reach out to me at shanahmad.dev@gmail.com.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshnahmad%2Fquiz_app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshnahmad%2Fquiz_app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshnahmad%2Fquiz_app/lists"}