๐ A minimal & beautiful typing speed test web app created for the MLH Data Hackfest 2025.
Track your WPM (Words Per Minute), typing accuracy, and overall performance โ all in real-time!
๐บ Watch here: YouTube Demo
Currently, this app runs locally.
To test it on your machine:
```bash git clone https://github.com/ShreejitPodder/typing-speed-test.git cd typing-speed-test pip install -r requirements.txt python app.py Open your browser and go to: http://127.0.0.1:5000/
๐ Project Structure cpp Copy code typing-speed-test/ โโโ static/ โ โโโ style.css โ โโโ logo.png โโโ templates/ โ โโโ index.html โ โโโ result.html โโโ app.py โโโ requirements.txt โโโ Procfile โโโ .gitignore โโโ README.md โ ๏ธ Known Issues Accuracy percentage may slightly vary depending on typing edge cases
Settings panel is basic (further customization in progress)
๐จโ๐ป Created by Shreejit Podder for MLH Data Hackfest 2025 Devpost Profile
๐ค AI Contribution Some parts of this project โ especially Flask backend logic, HTML templating, and design planning โ were assisted using ChatGPT by OpenAI.
๐ License This project is licensed under the MIT License โ feel free to fork & build more!
yaml Copy code MIT License ยฉ 2025 Shreejit Podder ๐ GitHub Repo https://podderinstitutebd.github.io/mlh-typing-metrics/