{"id":19138178,"url":"https://github.com/lukasvolgger/quiz-app","last_synced_at":"2026-05-04T17:36:55.179Z","repository":{"id":46588044,"uuid":"465004958","full_name":"LukasVolgger/quiz-app","owner":"LukasVolgger","description":"Simple quiz app for learning how to use the CSS framework bootstrap.","archived":false,"fork":false,"pushed_at":"2022-10-26T18:17:36.000Z","size":1953,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-11-12T17:09:26.337Z","etag":null,"topics":["bootstrap","browser","css","html","javascript","quizapp"],"latest_commit_sha":null,"homepage":"https://github.com/LukasVolgger/quiz-app","language":"JavaScript","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/LukasVolgger.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-03-01T18:09:33.000Z","updated_at":"2022-04-06T10:22:59.000Z","dependencies_parsed_at":"2023-01-20T08:01:54.266Z","dependency_job_id":null,"html_url":"https://github.com/LukasVolgger/quiz-app","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/LukasVolgger/quiz-app","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LukasVolgger%2Fquiz-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LukasVolgger%2Fquiz-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LukasVolgger%2Fquiz-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LukasVolgger%2Fquiz-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LukasVolgger","download_url":"https://codeload.github.com/LukasVolgger/quiz-app/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LukasVolgger%2Fquiz-app/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32618247,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-04T10:08:07.713Z","status":"ssl_error","status_checked_at":"2026-05-04T10:08:02.005Z","response_time":58,"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":["bootstrap","browser","css","html","javascript","quizapp"],"created_at":"2024-11-09T06:41:58.274Z","updated_at":"2026-05-04T17:36:55.156Z","avatar_url":"https://github.com/LukasVolgger.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1\u003eQuizApp\u003c/h1\u003e\n\nThis app is a learning project from the Frontend Web Development course of the \u003ca href=\"https://developerakademie.com/\"\u003eDeveloper Akademie\u003c/a\u003e. \n\n\u003cb\u003eIMPORTANT:\u003c/b\u003e Please note that learning projects focus on the given tasks. It is therefore possible that some functions do not work or are not scripted.\n\u003ch3\u003eTable of Contents\u003c/h3\u003e\n\n- \u003ca href=\"#features\"\u003eFeatures\u003c/a\u003e\n- \u003ca href=\"#preview\"\u003ePreview\u003c/a\u003e\n- \u003ca href=\"#installation\"\u003eInstallation\u003c/a\u003e\n- \u003ca href=\"#license\"\u003eLicense\u003c/a\u003e\n\n\u003ch2 id=\"features\"\u003eFeatures\u003c/h2\u003e\nHere is an overview of the most important functions of the project. Click on the summary to expand.\u003cbr\u003e\n\n\u003cbr\u003e\n\u003cdetails\u003e\u003csummary\u003e\u003cb\u003eAvailable Languages\u003c/b\u003e\u003c/summary\u003e\n  \n:white_check_mark: German \u003cbr\u003e\n  \n\u003c/details\u003e\n\n\u003cdetails\u003e\u003csummary\u003e\u003cb\u003eFunctionality\u003c/b\u003e\u003c/summary\u003e\n  \n:white_check_mark: Fully playable \u003cbr\u003e\n:white_check_mark: Responsive Webdesign \u003cbr\u003e\n:white_check_mark: Depending on whether the question was answered correctly or incorrectly, a tone is played \u003cbr\u003e\n:white_check_mark: If a question is answered incorrectly, the correct answer will be highlighted \u003cbr\u003e\n:white_check_mark: More categories, questions and answers can easily be added or changed in questionpool.js \u003cbr\u003e\n  \n\u003c/details\u003e\n\n\u003ch2 id=\"preview\"\u003ePreview\u003c/h2\u003e\n\n![This is an image](/img/preview/preview_start_screen.png)\n\n---\n\n![This is an image](/img/preview/preview_questions.png)\n\n---\n\n![This is an image](/img/preview/preview_end_screen.png)\n\n\u003ch2 id=\"installation\"\u003eInstallation\u003c/h2\u003e\nFollow these steps to install/test the project.\n\n\u003ch3 id=\"requirements\"\u003e1. Requirements\u003c/h3\u003e\nAll you need is a web browser like one of the following:\n\u003cbr\u003e\n\u003cbr\u003e\n\n\u003ca href=\"https://www.google.com/chrome/\"\u003e![Google Chrome](https://img.shields.io/badge/Google%20Chrome-4285F4?style=for-the-badge\u0026logo=GoogleChrome\u0026logoColor=white)\u003c/a\u003e\n\u003ca href=\"https://www.mozilla.org/en-US/firefox/new/\"\u003e![Firefox](https://img.shields.io/badge/Firefox-FF7139?style=for-the-badge\u0026logo=Firefox-Browser\u0026logoColor=white)\u003c/a\u003e\n\u003ca href=\"https://www.microsoft.com/en-US/edge\"\u003e![Edge](https://img.shields.io/badge/Edge-0078D7?style=for-the-badge\u0026logo=Microsoft-edge\u0026logoColor=white)\u003c/a\u003e\n\n\n\u003ch3\u003e2. Download the Source\u003c/h3\u003e\nDownload the source code or clone the repository on your local computer by clicking the \u003cb\u003eCode\u003c/b\u003e button.\n\u003cbr\u003e\n\u003cbr\u003e\n\n![readme_get_code](https://user-images.githubusercontent.com/55922592/198102760-e106c513-82ba-48f2-8ef1-25b0ee494fb1.png)\n\n\u003ch3\u003e3. Start the Project\u003c/h3\u003e\nNavigate to the location on your computer where you downloaded/cloned the code. In the project directory, open the \u003cb\u003eindex.html\u003c/b\u003e file with a web browser.\n\u003cbr\u003e\n\u003cbr\u003e\n\n![readme_chrome_logo_left_space](https://user-images.githubusercontent.com/55922592/198104490-f9503625-2407-465d-bf63-115405d6ade6.png)\n\u003cbr\u003e\nindex.html\n\n\u003ch2 id=\"license\"\u003eLicense\u003c/h2\u003e\n\nSome graphics are property of the \u003ca href=\"https://developerakademie.com/\"\u003eDeveloper Akademie\u003c/a\u003e. The graphics are left to the participants of the course for learning purposes for use in the projects and are subject to the copyright of the \u003ca href=\"https://developerakademie.com/\"\u003eDeveloper Akademie\u003c/a\u003e.\n\nThe source code is subject to the following license:\n\n\u003ca href=\"https://github.com/LukasVolgger/quiz-app/blob/main/LICENSE\"\u003e![APM](https://img.shields.io/apm/l/vim-mode?label=License\u0026style=for-the-badge)\u003c/a\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flukasvolgger%2Fquiz-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flukasvolgger%2Fquiz-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flukasvolgger%2Fquiz-app/lists"}