Quik Math is a calm, browser-based rapid-fire math practice app. It focuses on basic addition, subtraction, multiplication, and whole-number division with a low-stress interface, supportive feedback, and a visible streak tracker.
- Single-screen rapid-fire math practice
- Addition, subtraction, multiplication, and division
- No negative answers or fraction answers
- Automatic answer checking as you type
- Difficulty increases every 20 answered questions
- Manual difficulty increase/decrease controls
- Current score and streak tracking
- Supportive feedback from a small teacher avatar
- Soft raindrop-style button sounds
- Mobile-friendly keypad and desktop keyboard support
This is a static app. Open index.html in a browser, or serve the folder locally:
python -m http.server 4174 --bind 127.0.0.1Then visit:
http://127.0.0.1:4174/
index.html- app structure and avatar SVGstyles.css- visual design and responsive layoutapp.js- game loop, problem generation, scoring, difficulty, and soundfavicon.svg- browser tab icon
The site is configured for GitHub Pages using .github/workflows/pages.yml.
