An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# CodeType
[![Netlify Status](https://api.netlify.com/api/v1/badges/b14fd009-6b58-4424-9aba-873635b2cb6d/deploy-status)](https://app.netlify.com/sites/codetype/deploys) ![CI](https://github.com/Merlin04/CodeType/workflows/CI/badge.svg)
![Screenshot of CodeType](CodeType.png)
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/)