This app was created to help my daughter learn how to use a computer. It contains fun exercises around finding keys on the keyboard, clicking the mouse, and clicking and dragging the mouse. It is also designed to help children with their color, shape, and object recognition skills.
It uses the Speechsynthesis API for text-to-speech and Konva for drawing things to the page.
First install dependencies:
npm install
To run in hot module reloading mode:
npm start
To create a production build:
npm run build-prod
Made with createapp.dev