Overview
A small, static web app designed to help a Grade 4 student prepare for an HMH Into Reading English midterm. It requires no build steps or dependencies—just open it in a browser and start learning.
Core experience: Interactive quizzes with high-quality native text-to-speech (TTS) support, tracking best scores locally.
Core Features
- Zero Dependencies: Built entirely with Vanilla JS, HTML, and CSS. No frameworks required.
- Local Score Tracking: Saves per-topic best scores securely in the browser using
localStorage. - Native TTS Integration: Leverages the browser’s built-in
speechSynthesisAPI, fully compatible with high-quality OS-level voices (e.g., macOS Premium voices). - Data-Driven Architecture: All practice items, reading passages, and phonics games are powered by runtime JSON data, making content updates trivial without touching the core application logic.
Tech Stack
JavaScript · HTML · CSS · Web Speech API
Status
✅ Live - Open source and ready to use.