{"id":24770498,"url":"https://github.com/kosa12/typingspeedgame","last_synced_at":"2026-05-03T21:31:09.943Z","repository":{"id":230096924,"uuid":"778474778","full_name":"kosa12/typingSpeedGame","owner":"kosa12","description":"Typing Speed Test is a web application designed to help users improve their typing speed and accuracy. With random quotes for typing practice and real-time feedback on words per minute (WPM), users can track their progress and enhance their typing skills effortlessly.","archived":false,"fork":false,"pushed_at":"2024-10-31T16:42:03.000Z","size":221,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-01T19:45:46.831Z","etag":null,"topics":["css3","deployed","html-css-javascript","html5","javascript","project","typing-game","webapp"],"latest_commit_sha":null,"homepage":"https://kosa12.github.io/typingSpeedGame/","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/kosa12.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-03-27T19:51:27.000Z","updated_at":"2024-03-28T22:31:45.000Z","dependencies_parsed_at":"2025-09-02T15:01:23.764Z","dependency_job_id":null,"html_url":"https://github.com/kosa12/typingSpeedGame","commit_stats":null,"previous_names":["kosa12/typingspeedgame"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/kosa12/typingSpeedGame","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kosa12%2FtypingSpeedGame","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kosa12%2FtypingSpeedGame/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kosa12%2FtypingSpeedGame/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kosa12%2FtypingSpeedGame/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kosa12","download_url":"https://codeload.github.com/kosa12/typingSpeedGame/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kosa12%2FtypingSpeedGame/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32586186,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-03T06:36:36.687Z","status":"ssl_error","status_checked_at":"2026-05-03T06:36:09.306Z","response_time":103,"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":["css3","deployed","html-css-javascript","html5","javascript","project","typing-game","webapp"],"created_at":"2025-01-29T03:47:41.679Z","updated_at":"2026-05-03T21:31:09.927Z","avatar_url":"https://github.com/kosa12.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Typing Speed Test\n\nThis project is a typing speed test web application where users can practice typing and measure their typing speed.\n\n[Play it here](https://kosa12.github.io/typingSpeedGame)\n\n## Used languages\n\n![image](https://img.shields.io/badge/HTML5-E34F26?style=for-the-badge\u0026logo=html5\u0026logoColor=white)\n![image](https://img.shields.io/badge/CSS3-1572B6?style=for-the-badge\u0026logo=css3\u0026logoColor=white)\n![image](https://img.shields.io/badge/JavaScript-323330?style=for-the-badge\u0026logo=javascript\u0026logoColor=F7DF1E)\n\n## Table of Contents\n\n- [Typing Speed Test](#typing-speed-test)\n  - [Table of Contents](#table-of-contents)\n  - [About the Project](#about-the-project)\n  - [Getting Started](#getting-started)\n    - [Prerequisites](#prerequisites)\n    - [Installation](#installation)\n  - [Usage](#usage)\n  - [Contributing](#contributing)\n  - [License](#license)\n  - [Contact](#contact)\n\n## About the Project\n\nTyping Speed Test is a web application designed to help users improve their typing speed and accuracy. It provides random quotes for users to type, calculates their words per minute (WPM), and gives feedback on their performance.\n\n## Getting Started\n\n### Prerequisites\n\nTo use the Typing Speed Test application, you need to have a modern web browser installed on your computer.\n\n### Installation\n\nNo installation is required. Simply open the web application in your web browser to start using it.\n\n## Usage\n\n1. Open the Typing Speed Test web application in your web browser.\n2. Click on the \"Start Test\" button to begin.\n3. Type the provided random quote in the input box.\n4. Once you finish typing, your WPM (words per minute) will be calculated automatically.\n5. You can practice as many times as you like to improve your typing speed and accuracy.\n\n## Screenshots\n\n![img](https://github.com/kosa12/typingSpeedGame/blob/main/screenshots/1.png)\n![img2](https://github.com/kosa12/typingSpeedGame/blob/main/screenshots/2.png)\n\n## Contributing\n\nIf you would like to contribute to the Typing Speed Test project, you can follow these steps:\n\n1. Fork the repository.\n2. Create a new branch (`git checkout -b feature/improvement`).\n3. Make your changes and commit them (`git commit -am 'Add some feature'`).\n4. Push to the branch (`git push origin feature/improvement`).\n5. Create a new Pull Request.\n\nPlease ensure that your code follows the project's coding conventions and includes appropriate documentation.\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n\n## Contact\n\nIf you have any questions, suggestions, or feedback, you can reach out to the project maintainer at kosa03matyas@gmail.com.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkosa12%2Ftypingspeedgame","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkosa12%2Ftypingspeedgame","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkosa12%2Ftypingspeedgame/lists"}