LingoLookup is a simple and easy-to-use dictionary app that lets you quickly search for word definitions, synonyms, and antonyms. Try it out at lingolookup.netlify.app.
- Search for word definitions, synonyms, and antonyms.
- Play audio pronunciations for the searched word.
- Click on a synonym or an antonym to search for its definition.
- Fork this repository
- Clone your forked repository to your local machine
- Install dependencies with
npm install
- Start the development server with
npm run dev
- Open your browser and navigate to
http://localhost:5173
- Visit lingolookup.netlify.app.
- Enter a word in the search bar.
- Press the "Search" button or hit "Enter" to search for the word.
- View the word's definitions, synonyms, and antonyms.
- Click on a synonym or an antonym to search for its definition.
- Click on the speaker icon to hear the word's audio pronunciation (if available).
Any contributions you make are greatly appreciated.
If you encounter any issues with the project, please don't hesitate to create a new issue.