Post

Speed Reading Web App

A web app to help users practice and measure speed reading, featuring word count, reading time estimation, and interactive JavaScript tools.

<!DOCTYPE html>

Speed Reading

Introduction

Paste in some text that you want to read quickly. Hit the start button to start reading.

WPM: <input onchange="count_word();" type="text" id="wpm", value="300">
Words to see at a time: <input onchange="count_word();" type="text" id="numwords", value="1">

This is some sample text.










place
This post is licensed under CC BY 4.0 by the author.