This is a web-based implementation of the Schulte Table, a cognitive exercise designed to improve fast reading, peripheral vision, and attention.
- Interactive grid displaying randomized numbers from 1 to N²
- Supports variable grid sizes from 3x3 up to 9x9
- Click on numbers in ascending order, starting from 1
- Timer to track your completion time
- Best time tracking for each grid size
- Game counter to track how many games you've played
- Responsive design that works on desktop and mobile devices
- Select your desired grid size from the sidebar (default is 5x5)
- The game starts when you click on the first number (1)
- Continue clicking on numbers in ascending order (1, 2, 3, etc.)
- The timer will track how long it takes you to complete the sequence
- Your best times for each grid size will be saved
Schulte Tables are used to:
- Increase reading speed
- Expand peripheral vision
- Improve concentration
- Enhance visual perception
Regular practice with Schulte Tables can help improve cognitive abilities and reading speed.
This project was built with:
- React
- TypeScript
- CSS3
- Clone the repository:
git clone https://github.com/Jinomee/schulte-table.git
- Install dependencies:
cd schulte-table
npm install
- Start the development server:
npm start
- Build for production:
npm run build
This project is open source and available under the MIT License.