brandonkwong / nrsv-haiku

🍃 Expressing the NRSV Bible translation in haiku form.
MIT License
1 stars 0 forks source link

Integration with a typing test? #1

Open taylorgoolsby opened 3 years ago

taylorgoolsby commented 3 years ago

Hi Brandon! Hope you're doing well!

I just saw this project and thought maybe you're trying to make a typing test. You might be interested in this project: https://github.com/taylorgoolsby/typer

It's a little weird because I was using it to expirement with making a react app that doesn't have any npm dependencies. It uses unpkg though. You can navigate around by verse or chapter using the arrow keys.

Also, it uses KJV. But I think the haiku format is better for making a nice typing test.

brandonkwong commented 3 years ago

Hey @taylorgoolsby! It's really great to hear from you, and hope you are well, too!

I hadn't thought of doing a typing test, but that sounds like a fun project. I've never heard of unpkg before. I took a quick glance at how you're using it, and I'm very intrigued!

I'm actually planning to use nrsv-json and nrsv-haiku to create a lambda for a little jamstack web app project. I want to eventually, focus on accessibility, playing around with some text-to-speech; and social share with dynamic image generation. For now, I'm just building a series of modular projects along the way; all for the sake of fun and learning new technologies.

Throwing in some kind of typing integration would be cool. I'll have to look deeper into your project!