Word Hunt is a simple dictionary app, you can search for a word, see its meaning, phonetics, synonyms, examples and even listen its pronunciation!
- Free dictionary API - To get word definitions
- Web Speech API - Uses the Web Synthesis interface to recognize a word, set a voice and speak (may not work on older browsers)
To run this project on development mode:
npm run dev
# or
yarn dev
To run unit tests
yarn test
# watch mode:
yarn test:watch
Open http://localhost:3000 with your browser to see the result.