Skip to content

thrupthi22/typingspeedcalculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

⌨️ Typing Speed Calculator (Java)

A Java-based desktop application that calculates typing speed in Words Per Minute (WPM) and provides real-time feedback to users. Great for improving typing skills and tracking performance.


🚀 Tech Stack

Layer Technology
Language Java
GUI Library Swing
Build Tool Eclipse
Platform Desktop

📂 Folder Structure

.
├── TypingSpeedCalculator.java  # Main Java class
├── README.md                   # Project documentation

🧰 Features

  • Real-time typing feedback and timer
  • Calculates Words Per Minute (WPM)
  • Displays accuracy and total characters typed
  • Simple and intuitive GUI using Swing
  • Retry option to improve performance

⚙️ How to Run (Using Git Bash or Terminal)

1. Clone the repository

git clone https://github.com/your-username/typing-speed-calculator-java.git
cd typing-speed-calculator-java

2. Compile and run the Java file

javac TypingSpeedCalculator.java
java TypingSpeedCalculator

Alternatively, you can open the project in an IDE like IntelliJ or Eclipse and run it directly.


About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages