Skip to content

rahulpoonia29/Search-a-Word

Repository files navigation

Word Search App

This is a simple React application that allows users to search for words and retrieve their meanings using an external API.

Features

  • Search: Enter a word in the search bar to find its meaning.
  • Pronunciation: Listen to the pronunciation of the word.
  • Meanings: Display various meanings of the word along with synonyms, antonyms, definitions, and examples.

Tech Stack

  • React: Built with React library for building user interfaces.
  • React Router: Used for routing and managing URLs.
  • Tailwind CSS: Used for styling components.
  • API Integration: Utilized the DictionaryAPI to fetch word data.

Run Locally

  1. Clone the project
  git clone https://github.com/rahulpoonia29/Search-a-Word
  1. Go to the project directory
  cd Search-a-Word
  1. Install dependencies
  npm install
  1. Start the server
  npm run dev
  1. Open your browser and go to
  http://localhost:5173

Contributing

Contributions are welcome! Here's how you can contribute:

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

License

This project is licensed under the MIT License - see the LICENSE file for details.