←back to thread

10 points abdheshnayak | 1 comments | | HN request time: 0.221s | source
1. abdheshnayak ◴[] No.41881300[source]
Hi HN!

I’m excited to share my hobby project, Typing Guru. It all started as a college project in my second semester, where I initially used C++. You can check out that project here: https://github.com/abdheshnayak/Type-Practice-Lite. A friend of mine was really impressed and encouraged me to develop a user interface. So, I created a version using JavaFX, which you can find here: https://github.com/abdheshnayak/typing-guru-java. This version was well-received by users from different countries.

As I continued to explore and learn, I transitioned to React and wanted to build something that could run on the web without installation, making it easier for me to maintain. This led to the development of Typing Guru in Next.js.

Features so far: - Stage-Based Lessons: Tailored lessons that adapt to your current skill level. - Customizable User Interface: Choose themes that reflect different skin tones for a more personalized experience. - Multi-Language Support: Lessons available in multiple languages to cater to a diverse audience.

The project is still in development, and I’d love to hear your thoughts, suggestions, or any features you think would make it better. Check it out here: https://typing-guru.com.

Thanks for your support!