{"id":25877239,"url":"https://github.com/rh9891/speedtyper","last_synced_at":"2026-06-08T11:32:21.602Z","repository":{"id":196350349,"uuid":"342657539","full_name":"rh9891/SpeedTyper","owner":"rh9891","description":"A javascript typing game that generates words from a custom API and places it in the DOM. Player must race against the clock to type the randomly displayed words as quickly as possible.","archived":false,"fork":false,"pushed_at":"2025-01-17T04:36:36.000Z","size":143318,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-02T11:20:34.051Z","etag":null,"topics":["api","html-dom","localstorage","setinterval","typing-game","vanilla-javascript"],"latest_commit_sha":null,"homepage":"https://go-speed-typer-go.netlify.app/","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/rh9891.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":"2021-02-26T17:58:41.000Z","updated_at":"2025-01-17T04:36:38.000Z","dependencies_parsed_at":"2023-09-24T17:56:01.158Z","dependency_job_id":null,"html_url":"https://github.com/rh9891/SpeedTyper","commit_stats":null,"previous_names":["rh9891/speedtyper"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/rh9891/SpeedTyper","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rh9891%2FSpeedTyper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rh9891%2FSpeedTyper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rh9891%2FSpeedTyper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rh9891%2FSpeedTyper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rh9891","download_url":"https://codeload.github.com/rh9891/SpeedTyper/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rh9891%2FSpeedTyper/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34061122,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-08T02:00:07.615Z","response_time":111,"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":["api","html-dom","localstorage","setinterval","typing-game","vanilla-javascript"],"created_at":"2025-03-02T11:19:40.466Z","updated_at":"2026-06-08T11:32:21.582Z","avatar_url":"https://github.com/rh9891.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Speed Typer\n\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)\n![JavaScript](https://img.shields.io/badge/JavaScript-ES6+-yellowgreen)\n![HTML](https://img.shields.io/badge/HTML-5-orange)\n![CSS](https://img.shields.io/badge/CSS-3-blue)\n![localStorage](https://img.shields.io/badge/Storage-localStorage-brightgreen)\n![API](https://img.shields.io/badge/API-Custom-blue)\n\n## Table of Contents\n\n- [Description](#description)\n- [User Story](#user-story)\n- [Features of the Application](#features-of-the-application)\n- [Preview of Speed Typer](#preview-of-speed-typer)\n- [Links](#links)\n- [Built Using](#built-using)\n- [License](#license)\n\n## Description\n\nChallenge yourself as you race against the clock to type the randomly displayed words as quickly as you possibly can.\nFor each accurate word that you type, a new word will appear and additional time will be added to the clock.\n\nAccumulate points for each accurately typed word, but don't let the time run out, or it'll be game over. Speed Typer is\na fun and exciting way to practice your typing skills that will have you hooked.\n\nSpeed Typer generates random words from a custom API and places it in the DOM. The application has a settings toggle\nthat not only allows the player to toggle between difficulties, but\nstores difficulty setting in localStorage.\n\n## User Story\n\n```\nAS A user\nI WANT TO play a game where I can type words against a timer\nSO THAT I can improve my typing speed.\n```\n\n## Features of the Application\n\n```\nGIVEN a typing game\nWHEN I click on the \"Start Game\" button\nTHEN I am presented with the Speed Typer game.\n\nWHEN I click on the \"Directions\" button\nTHEN I am presented with directions on how to play the game.\n\nWHEN I play the game\nTHEN I am to type the word displayed into the designated field.\n\nWHEN I type in the word correctly\nTHEN I am presented with a new word and additional time will be added to the clock.\n\nWHEN I have run out of time\nTHEN I am given a prompt to record my score.\n\nWHEN I have entered my name and saved my score\nTHEN I am presented with the top five scores.\n\nWHEN I close the high score table\nTHEN I am presented with options to play again or quit.\n\nWHEN I click on the \"settings\" icon\nTHEN I am presented with a menu to toggle between three difficulty settings.\n```\n\n## Preview of Speed Typer\n\n![Speed Typer Preview](images/SpeedTyperLandingPage.png)\n\nThe following animation demonstrates the complete application functionality:\n\n![Speed Typer Functionality](https://github.com/user-attachments/assets/6363dde6-b4ca-4c91-b7a7-0bc90d444d99)\n\n\n## Links\n\n- [Deployed Application](https://rh9891.github.io/SpeedTyper)\n\n- [Github Repository](https://go-speed-typer-go.netlify.app/)\n\n## Built Using\n\nListed below are the resources and guides that made building this application possible:\n\n- [localStorage Property](https://www.w3schools.com/jsref/prop_win_localstorage.asp)\n- [setInterval() Method](https://www.w3schools.com/jsref/met_win_setinterval.asp)\n- [setTimeout() Method](https://www.w3schools.com/jsref/met_win_settimeout.asp)\n- [clearInterval() Method](https://www.w3schools.com/jsref/met_win_clearinterval.asp)\n- [clearTimeout() Method](https://www.w3schools.com/jsref/met_win_cleartimeout.asp)\n\n## License\n\nThe MIT License (MIT)\n\nCopyright (c) 2021 Romie Hecdivert\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of this software and associated\ndocumentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the\nrights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit\npersons to whom the Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the\nSoftware.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE\nWARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR\nCOPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR\nOTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frh9891%2Fspeedtyper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frh9891%2Fspeedtyper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frh9891%2Fspeedtyper/lists"}