captaindys.com. A web editor for dyslexic child.
Implemented:
- ✅ text editor
- ✅ colour of phonemes (french only. Needs for your help)
- ✅ image recognition (image to text)
- ✅ text to speech
- ✅ speech to text
Needs help for:
- 💁 colour of phonemes (for other languages)
Roadmap:
- 🚧 text simplification (with AI)
yarn install
yarn build
In order to work locally, run:
yarn install
yarn serve --mode=development
Remember to run Jest tests with:
yarn install
yarn test
Do not hesitate to contribute to the project by adding your locale:
- Copy the
src/locales/fr-FR.js
file tosrc/locales/xx.json
(where xx is your locale code) - Import it in
src/locales/index.js
- Jean-François Lépine <@Halleck45>
See the LICENSE file.