3 comments

[ 2.7 ms ] story [ 11.2 ms ] thread
I built a typing test where instead of random words, you type actual code snippets (Python / C++). I find myself warming up with typing test sites like monkeytype, typingtest.com, but neither are specific for programming. I found sites that provide what I wanted, but it wasn't quite what I was looking for. So, I created my own!

I'd love feedback.

I would like to get the option to saw what I had to type after doing so, current problem is that I can type fast, but not think fast enough to comprehend what I'm doing when typing out some of the DSA ones. So maybe instead of having my screen locked before going to the next task, the statistics could be displayed below the typed out content, with a text prompting to proceed to the next task
Valid point. I added auto tabbing and your feedback to the project.