Skip to content

Latest commit

 

History

History
57 lines (35 loc) · 1.2 KB

File metadata and controls

57 lines (35 loc) · 1.2 KB

Dictionary App

A dictionary app built with React that allows users to search for word definitions, synonyms, and phonetics. It fetches data from an external dictionary API to provide accurate and rapid information.

Table of Contents

Features

  • Search for word meanings and synonyms
  • Play word pronunciations
  • Toggle between light and dark themes
  • Choose from different font styles
  • Error handling for word not found and API errors

Live Link

Demo

App Demo

Installation

  1. Clone the repository:

git clone https://github.com/azdgari/dictionary-app.git

cd dictionary-app

  1. Install dependencies:

npm install

  1. Run the app locally:

npm start

  1. Open your web browser and go to http://localhost:3000 to use the app.

Usage

  • Enter a word in the search bar to see its definitions, phonetics, and synonyms.

Technologies Used

  • React
  • CSS
  • Fetch API