Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions resources/c.ts
Original file line number Diff line number Diff line change
Expand Up @@ -590,6 +590,22 @@ export const resources: Resource[] = [
categories: ['Hacktoberfest', 'Open Source'],
url: 'https://www.codetriage.com/',
},
{
name: 'CodeType',
description:
'A typing speed test designed for developers. Practice typing real code snippets in 9 programming languages with 3 difficulty levels. Track WPM, accuracy, and symbol speed.',
categories: ['Typing', 'Code Challenge'],
url: 'https://codetype-sigma.vercel.app/',
keywords: [
'typing test',
'typing speed',
'developer typing',
'code typing',
'wpm',
'programming practice',
'typing game',
],
},
{
name: 'Codewars',
description:
Expand Down
Loading