Skip to content

Latest commit

 

History

History
38 lines (23 loc) · 1.04 KB

README.md

File metadata and controls

38 lines (23 loc) · 1.04 KB

In cases of discussion and changes, contact : www.linkedin.com/in/deepti-gupta-775736289

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.

Dependencies

  • python -m venv venv

  • source venv/bin/activate

  • On Windows use venv\Scripts\activate

  • pip install Flask

  • python app.py

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:

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