17 lines
405 B
Markdown
17 lines
405 B
Markdown
# Typing-Test-C
|
|
|
|
Typing Test Written in C Programming Language
|
|
|
|
Tests User WPM in a variety of different modes.
|
|
|
|
Timed Mode: 5, 10, 15, 30, and 60s
|
|
|
|
Word Mode: 10, 25, 50, and 100 Words
|
|
|
|
Focuses on User's Typing Style and Provides Insights
|
|
Similar to my Typing-Teacher project, however this is more focused on analyzing user data, rather than UI.
|
|
|
|
Objectives:
|
|
* Clean Code
|
|
* Memory Management
|
|
* Learning C |