From 94277f9fbf295a461b7f572e2eea286585d04edb Mon Sep 17 00:00:00 2001 From: Roni Laukkarinen Date: Sun, 1 Feb 2026 16:23:33 +0200 Subject: [PATCH] Add feature information --- README.md | 27 ++++++++++++++------------- 1 file changed, 14 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index b7fc7fa..c01bd86 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,22 @@ -# ⚡ Speed reader +# Speed Reader ![Version](https://img.shields.io/badge/version-1.0.0-blue?style=for-the-badge) +![React](https://img.shields.io/badge/React-19-61DAFB?style=for-the-badge&logo=react&logoColor=white) +![Vite](https://img.shields.io/badge/Vite-6-646CFF?style=for-the-badge&logo=vite&logoColor=white) +![JavaScript](https://img.shields.io/badge/JavaScript-ES6+-F7DF1E?style=for-the-badge&logo=javascript&logoColor=black) A web-based speed reading tool using Rapid Serial Visual Presentation (RSVP) with Optimal Recognition Point (ORP) alignment. +## Features + +- EPUB and TXT file support +- Adjustable reading speed (50-1500 WPM) +- Progress tracking with position memory per text +- Dark theme optimized for reading +- Settings persisted to localStorage + +## Screenshot + localhost_5173_ ## What is RSVP? @@ -47,18 +60,6 @@ Studies have shown that RSVP reading can achieve speeds of 500+ words per minute Note: Extended RSVP reading can cause visual fatigue. Take breaks. -## Features - -- Adjustable reading speed (50-1500 WPM) -- ORP highlighting with fixed focal point (Spritz algorithm) -- Variable word timing based on length and punctuation -- EPUB and TXT file support -- Progress tracking with position memory per text -- Keyboard shortcuts -- Adjustable side opacity -- Dark theme optimized for reading -- Settings persisted to localStorage - ## Running locally ```bash