Skip to content

Devemmy01/TypeFury

Repository files navigation

TypeFury

Banner

TypeFury is a typing speed test application that helps users improve their typing speed and accuracy. The application provides a set of words for the user to type within a given time limit and calculates the user's typing speed and accuracy.

Features

  • Typing speed test with a countdown timer
  • Real-time accuracy calculation
  • Highest score tracking
  • Mobile and desktop support
  • Dark mode support

Installation

  1. Clone the repository:
    git clone https://github.com/yourusername/TypeFury.git
    cd TypeFury
    
  2. Install dependencies:
    npm install
    
  3. Start the development server:
    npm run dev
    

Usage

  • Open the application in your browser
  • Start typing the displayed words within the given time limit.
  • The application will calculate your typing speed and accuracy in real-time.
  • Your highest score will be saved locally.