Skip to content

Latest commit

 

History

History
80 lines (59 loc) · 2.19 KB

README.md

File metadata and controls

80 lines (59 loc) · 2.19 KB

Dictionary App

Description

The Dictionary App is a web application built using React and the Dictionary API. It features a beautiful and user-friendly interface with an option to toggle between light and dark theme, allowing users to search for words and obtain extensive meanings, audio pronunciations, synonyms, and antonyms. Users can also explore new words by clicking on the related words shown in the result.

Features

  • Search Functionality: Search for any word to get its extensive meaning.
  • Audio Pronunciation: Listen to the correct pronunciation of the searched word.
  • Synonyms and Antonyms: Discover synonyms and antonyms of the searched word.
  • Interactive Words: Click on related words to view its details.
  • Font Selection: Choose from variety of fonts as per your preference

Installation

Prerequisites

  • Node.js and npm installed

Steps

  1. Clone the repository:

    git clone https://github.com/Ram0O7/dictionary-app.git
  2. Navigate to the project directory:

    cd dictionary-app
  3. Install dependencies:

    npm install
  4. Run the development server:

    npm start
  5. Open your browser and navigate to http://localhost:3000.

Usage

  1. Open the app in your browser.
  2. Use the search bar to find a word and view its detailed information.
  3. Listen to the audio pronunciation of the word.
  4. Explore synonyms and antonyms.
  5. Click on related words to explore further

Contributing

Contributions are welcome! Please follow these steps:

  1. Fork the repository.
  2. Create a new branch:
    git checkout -b feature/your-feature-name
  3. Make your changes and commit them:
    git commit -am 'Add new feature'
  4. Push to the branch:
    git push origin feature/your-feature-name
  5. Open a pull request.

Credits

Contact


Enjoy exploring words with the Dictionary App!