{"id":20980267,"url":"https://github.com/ali-sdg90/quick-math","last_synced_at":"2025-07-03T20:33:52.425Z","repository":{"id":142139072,"uuid":"612545229","full_name":"Ali-Sdg90/Quick-Math","owner":"Ali-Sdg90","description":"Engaging math game with three questions and lives","archived":false,"fork":false,"pushed_at":"2023-09-29T18:33:58.000Z","size":411,"stargazers_count":8,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-14T15:34:07.624Z","etag":null,"topics":["css","game","javascript","math","scss"],"latest_commit_sha":null,"homepage":"https://ali-sdg90.github.io/Quick-Math/","language":"JavaScript","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/Ali-Sdg90.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}},"created_at":"2023-03-11T09:11:10.000Z","updated_at":"2025-03-30T00:50:33.000Z","dependencies_parsed_at":null,"dependency_job_id":"27207499-d45e-4f71-b864-8df76437a6a2","html_url":"https://github.com/Ali-Sdg90/Quick-Math","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Ali-Sdg90/Quick-Math","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ali-Sdg90%2FQuick-Math","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ali-Sdg90%2FQuick-Math/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ali-Sdg90%2FQuick-Math/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ali-Sdg90%2FQuick-Math/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Ali-Sdg90","download_url":"https://codeload.github.com/Ali-Sdg90/Quick-Math/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ali-Sdg90%2FQuick-Math/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263400474,"owners_count":23460902,"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":["css","game","javascript","math","scss"],"created_at":"2024-11-19T05:17:32.242Z","updated_at":"2025-07-03T20:33:52.400Z","avatar_url":"https://github.com/Ali-Sdg90.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1\u003eQuick Math\u003c/h1\u003e\n\u003cp\u003e\n    Quick Math is a fun math game that asks the user three math questions per\n    game. user must answer them correctly to move on to the next question. The\n    game gives the user lives, and if they lose all three lives in one question,\n    they lose the game.\n\u003c/p\u003e\n\n\u003cimg src=\"Assets/1.png\" alt=\"Quick-Math-img\" style=\"height: 300px\" /\u003e\n\u003cimg src=\"Assets/2.png\" alt=\"Quick-Math-img\" style=\"height: 300px\" /\u003e\n\n\u003ch2\u003eFeatures\u003c/h2\u003e\n\u003cul\u003e\n    \u003cli\u003eThree math questions per game\u003c/li\u003e\n    \u003cli\u003eThree lives per questions\u003c/li\u003e\n    \u003cli\u003eTime tracking for each question and the overall game\u003c/li\u003e\n    \u003cli\u003eCube interface with rotating sides for each question\u003c/li\u003e\n    \u003cli\u003e\n        Customizable settings, including an option to show the answers in input\n        placeholders and change the app's theme\n    \u003c/li\u003e\n    \u003cli\u003eReady button to start the timer and skip the initial ready screen\u003c/li\u003e\n    \u003cli\u003eLocal storage to save user settings\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eDemo\u003c/h2\u003e\n\u003cp\u003e\n    Check out the live demo on\n    \u003ca href=\"https://jsfiddle.net/Ali_Sdg90/v7a9jhs6/2/\" target=\"_new\"\n        \u003eJSFiddle\u003c/a\n    \u003e\n\u003c/p\u003e\n\u003ch2\u003eBuilt With\u003c/h2\u003e\n\u003cul\u003e\n    \u003cli\u003eHTML\u003c/li\u003e\n    \u003cli\u003eCSS\u003c/li\u003e\n    \u003cli\u003eSCSS\u003c/li\u003e\n    \u003cli\u003eJavaScript\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eSettings\u003c/h2\u003e\n\u003cp\u003eQuick Math has several customizable settings :\u003c/p\u003e\n\u003cul\u003e\n    \u003cli\u003e\n        Show Answer: When enabled, the answer to each question is displayed in\n        the input placeholder.\n    \u003c/li\u003e\n    \u003cli\u003e\n        Change Color: Changes the color scheme of the app. The app uses a random\n        color generator to create a unique color scheme each time the theme is\n        changed.\n    \u003c/li\u003e\n    \u003cli\u003eAlways Ready: When disabled, skips the ready screen.\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\n    Note: The correct answer is always an integer. For example, -44 ÷ -82 = 0.54\n    rounds down to 0.\n\u003c/p\u003e\n\u003ch2\u003eAuthor\u003c/h2\u003e\n\u003cp\u003e\n    Quick Math was created by\n    \u003ca href=\"https://github.com/Ali-Sdg90\"\u003eAli-Sdg90\u003c/a\u003e. If you have any\n    questions or feedback, please contact me.\n\u003c/p\u003e\n\u003cp\u003e\n    It took 5 days to make the program, and I spent more or less 6 hours every\n    day :)\n\u003c/p\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fali-sdg90%2Fquick-math","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fali-sdg90%2Fquick-math","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fali-sdg90%2Fquick-math/lists"}