Skip to content

Releases: PerretWilliam/typefast

TypeFast v1.0.0

25 Feb 08:23
68a6d43

Choose a tag to compare

Initial public release

This is the first public release of TypeFast, a real-time typing test application built with React, Vite, and Tailwind CSS.

Features

  • Random typing sentence selected at the start of each game
  • 60-second countdown timer
  • Timer starts on the first keystroke
  • Word validation using the Space key
  • Real-time visual feedback while typing:
    • correct / incorrect characters for the current word
    • validated words highlighted in green / red
    • current word always highlighted
  • End-of-game summary with:
    • correct words
    • incorrect words
    • total characters typed
    • typing speed (WPM and characters per second)
    • accuracy percentage
  • New Game button with full state reset

Technical notes

  • Refactored into reusable components and custom hooks
  • Game logic separated from countdown logic (useTypingGame, useCountdown)
  • Built with React + Vite + Tailwind CSS
  • Lucide icons used for UI feedback