This is a simple React application that allows users to search for words and retrieve their meanings using an external API.
- 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.
- 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.
- Clone the project
git clone https://github.com/rahulpoonia29/Search-a-Word
- Go to the project directory
cd Search-a-Word
- Install dependencies
npm install
- Start the server
npm run dev
- Open your browser and go to
http://localhost:5173
Contributions are welcome! Here's how you can contribute:
- Fork the repository.
- Create a new branch:
git checkout -b feature-branch
- Make your changes and commit them:
git commit -am 'Add new feature'
- Push to the branch:
git push origin feature-branch
- Submit a pull request.
This project is licensed under the MIT License - see the LICENSE file for details.