Skip to content

Latest commit

 

History

History
52 lines (34 loc) · 1.16 KB

File metadata and controls

52 lines (34 loc) · 1.16 KB

One tool that lets users seek up word definitions in several languages is the dictionary online app. It supports over ten different languages. The pronunciation of the words being looked up is also provided.This web application allows you to search for any sort of word and provides a variety of definitions along with synonyms, antonyms, and voice.

Features

-Provides real-time word meanings. -Offers light and dark modes tailored to user preferences. -Includes a fullscreen mode for an immersive experience. -Fully installable as a Progressive Web App (PWA). -Supports 12 different languages. -Ensures full responsiveness across devices.

TechStack used

To Run Locally

Create a directory or a folder

  mkdir project

Clone the project

  git clone https://github.com/Uttam015/React-Dictionary.git

Go to the project directory

  cd project

Install dependencies

  npm install

Start the server

  npm run start