Skip to content

A web-based speed typing test application built using Flask, HTML, CSS, and JavaScript. The application allows users to test their typing speed and accuracy against randomly selected passages, providing real-time feedback on words per minute (WPM) and accuracy percentage.

License

Notifications You must be signed in to change notification settings

Deeptig9138/Speed-Typing-Test

Repository files navigation

Speed Typing Test

Welcome to the Speed Typing Test project! This web application allows users to test their typing speed and accuracy through a simple interface. Users are presented with random passages to type, and upon submission, their results including words per minute (WPM) and accuracy percentage are displayed.

Deployment Link

Access the application here: Speed Typing Test

Features

  • Random passages for typing practice
  • Real-time typing speed calculation
  • Display of accuracy percentage
  • Restart and exit options after submission
  • User-friendly design with responsive layout

Technologies Used

  • Frontend: HTML, CSS, JavaScript
  • Backend: Python, Flask

Getting Started

To get started with this project, clone the repository and set up a virtual environment:

Setup

git clone https://github.com/Deeptig9138/speed-typing-test.git
cd speed-typing-test

python -m venv venv

Activate virtual environment

venv/Scripts/activate

Install dependencies

pip install -r requirements.txt

Run you flask app

python app.py

Contact

In cases of discussion and changes, open an issue.

About

A web-based speed typing test application built using Flask, HTML, CSS, and JavaScript. The application allows users to test their typing speed and accuracy against randomly selected passages, providing real-time feedback on words per minute (WPM) and accuracy percentage.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published