Skip to content

Henrique018/WordHunt

Repository files navigation

Word Hunt

Word Hunt is a simple dictionary app, you can search for a word, see its meaning, phonetics, synonyms, examples and even listen its pronunciation!

Built with

Tech

  • 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)

Getting Started

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.