This is a comprehensive dictionary app built using ReactJS, designed to help users easily access information about specific words.
- Utilizes an external API to fetch data about words
- Implements loading and error states for smooth user experience
- Displays the exact pronunciation of words
- Provides multiple pronunciation voices with an interactive feature to play the selected voice
- Presents detailed information about words, categorizing them as nouns, verbs, adjectives, etc. in tabs for easy navigation Installation
- Clone the repository.
- Run
npm installto install the necessary dependencies. - Start the development server by running
npm start.
- Enter a word in the search bar to retrieve information
- Play the pronunciation voice by clicking on the corresponding icon
- Explore the word details by navigating through the different tabs for various word categories
- Enjoy learning and expanding your vocabulary with this interactive dictionary app