A flexible, interactive web application designed to help children learn syllables through an engaging, gamified experience. Initially developed for Italian syllables, the project is easily extensible to multiple languages.
- Interactive syllable quiz system
- Audio pronunciation
- Responsive, child-friendly design
- Simple and intuitive interface
- Node.js (v14 or later)
- npm (v6 or later)
-
Clone the repository
git clone https://github.com/mariocodarin/syllable-learning-game.git cd syllable-learning-game
-
Install dependencies
npm install
-
Start development server
npm start
- Select the correct syllable based on audio pronunciation
- Earn points for correct answers
- Instant feedback on your choice
Currently supports Italian syllables. Easily extensible to other languages.
npm run build
- Fork the repository
- Create a feature branch
- Commit your changes
- Push to the branch
- Open a Pull Request
Please read CONTRIBUTING.md for details on our code of conduct.
This project is licensed under the MIT License - see the LICENSE file for details.
Project Link: https://github.com/mariocodarin/syllable-learning-game
- Add more languages
- Implement advanced learning modes
- Create user progress tracking