Simple web app to teach toddlers numbers
The book How to teach your baby math, by Glenn Doman, recommends teaching babies/toddlers numbers by showing them cards with dots on them, whilst saying the number aloud.
Instead of making your own cards and using your own voice, you can run this web app and use your smartphone and thumb.
- Linux
- Python 3.x
- A web browser that supports the Web Speech API for speech synthesis (e.g. Chrome for Android)
- Clone the repo
https://github.com/rahimnathwani/doman-web.git
- Change into the directory
cd doman-web
- Install flask
pip install -r requirements.txt
- Run the app locally
export FLASK_APP=main.py
flask run --host=0.0.0.0
- Browse to http://127.0.0.1/1/20
- Tap anywhere on the screen. You should see some dots, and hear the number of dots. After ~1 second, the screen will go blank again, and you can tap again to see a new random number.
- If you don't want to use the range of numbers 1 to 20, then replace the numbers in the URL above
- To use it in your smartphone, just replace the IP address above, with the IP address of your computer