https://github.com/merlin04/codetype
A typing test for programmers
https://github.com/merlin04/codetype
blazor blazor-wasm blazor-webassembly code-practice github-api typing typing-game typing-practice
Last synced: 22 days ago
JSON representation
A typing test for programmers
- Host: GitHub
- URL: https://github.com/merlin04/codetype
- Owner: Merlin04
- License: gpl-3.0
- Created: 2020-08-13T02:29:35.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-08-20T04:02:22.000Z (about 5 years ago)
- Last Synced: 2025-04-14T09:58:08.462Z (7 months ago)
- Topics: blazor, blazor-wasm, blazor-webassembly, code-practice, github-api, typing, typing-game, typing-practice
- Language: C#
- Homepage: https://codetype.keypcb.xyz
- Size: 9.96 MB
- Stars: 9
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CodeType
[](https://app.netlify.com/sites/codetype/deploys) 

A typing test for programmers
## About
CodeType is a test that measures how fast you type. Instead of using random words or passages from books, CodeType uses code from GitHub repos.
## Code sources
CodeType allows you to pick between these code sources:
- Flask (Python)
- ASP.NET Core MVC (C#)
- Linux kernel (C)
- QMK firmware (C)
- Express (JS)
If there's a source you would like to see added, file an issue and I'll add it.
## Credits
Here's a list of open source projects I used:
- [JetBrains Mono font](https://www.jetbrains.com/lp/mono/)
- [Fomantic-UI](https://github.com/fomantic/Fomantic-UI)
- [AhmedEid3's Fomantic-UI dark theme](https://github.com/fomantic/Fomantic-UI/pull/1436)
- [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json)
- [Blazor WebAssembly](https://dotnet.microsoft.com/apps/aspnet/web-apps/blazor)
- [Blazored.LocalStorage](https://github.com/Blazored/LocalStorage)
- [GG.Net](https://pablofrommars.github.io/)