Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/JairusSW/RapidReader
A new way to read. Up to 1000 words per minute
https://github.com/JairusSW/RapidReader
reading speed web
Last synced: about 1 month ago
JSON representation
A new way to read. Up to 1000 words per minute
- Host: GitHub
- URL: https://github.com/JairusSW/RapidReader
- Owner: JairusSW
- Created: 2023-11-25T22:46:00.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2023-11-28T02:32:40.000Z (about 1 year ago)
- Last Synced: 2024-12-02T09:08:22.239Z (about 2 months ago)
- Topics: reading, speed, web
- Language: JavaScript
- Homepage: https://jairussw.github.io/RapidReader/
- Size: 72.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Rapid Reader
**The new way to read**#### Motivation
I'm a fast reader--very fast. When reading though, I find that it takes me more time to turn back to the start of the line than it took me to read the line. To combat this, I started reading line-by-line, but I asked myself,
> What if you could read, but not move your eyes?
This would eliminate the need to scan for letters and instead, you could take in a single word at a time and as fast as you want.
So I threw this app together and I use it to train myself and to cram before a book review.
#### Usage
Open up [RapidReader](https://jairussw.github.io/rapidreader.github.io/), paste the text you want to read, and click start.
You can press space to start and stop.You can find a section of Dante's Inferno to read [HERE](https://github.com/JairusSW/RapidReader/raw/master/assets/books/dante-inferno/1.txt)
TIP: Try using the line-by-line mode if you can't comprehend it!
#### Contributing
Contributions are welcome! This project is in a very early stage and any features would be welcome in the form of a PR request.
Some things i'd love to see implemented
- A way to save your progress
- Reading directly from PDFs
- Pausing for commas and periods
- More configuration options
- Less garbage code