Bashar Subh

Web Developer

Front-End Developer

WordPress Developer

Freelancer

Bashar Subh
Bashar Subh
Bashar Subh
Bashar Subh

Web Developer

Front-End Developer

WordPress Developer

Freelancer

Dictionary App

See Demo

React Dictionary App

React Dictionary App is a simple web application that allows users to search for word definitions using the Dictionary API. It is built with React and makes use of the useState hook for managing state and the fetch API for making HTTP requests.

Prerequisites

  • Node.js
  • React
  • Tailwind css

Usage

  1. Enter a word in the input field and press Enter or click the Search button.
  2. The app will fetch the definition for the entered word from the Dictionary API.
  3. If the word is found, the definition, part of speech, example, and synonyms will be displayed.
  4. You can click the play button next to the word to hear the pronunciation.
  5. The source of the definition will be provided along with a link to the source website.

GitHub – BasharSubh/React-Dictionary