An interactive phonics learning platform designed for parents and children
As a parent teaching English to my kids, I found plenty of phonics books and videos, but no simple website where I could quickly look up pronunciation rules for specific letter combinations.
So I built one 🚀
- 👀 Quickly browse pronunciation rules for any letter combination
- 🎵 Native speaker pronunciation with audio and visual reinforcement
- 📱 Responsive design - works on phones, tablets, and computers
Reinforce learning through an engaging card matching game:
- 🎴 Match sounds with their corresponding phonics rules
- 🏆 Strengthen memory through play
- 😄 Make learning enjoyable
Phonics is a core method for teaching English reading and writing. Once children master phonics rules, they can decode and spell words based on sounds, building a solid foundation for independent reading.
We welcome contributions! Whether you want to report bugs, suggest features, or submit code improvements, your help is appreciated.
npm install
# Start development server with hot reloading
npm run dev
# Build for production
npm run build
# Start production server
npm run start
# Run code linter
npm run lint