Wordlify is a single page dictionary application which finds the meaning of the word entered by the user. It also provides the user with the synonyms and antonyms of the word. On top of that, it also provides cached results for the words searched by the user. Its simple and easy to use interface makes it a great tool for students and teachers alike.
The application is deployed on Netlify. You can visit the application here.
cd wordlify
2. Install the dependencies
```bash
npm install
Create a .env file and add your APINinjas API key
touch .env
VITE_API_NINJA_APIKEY=YOUR_API_KEY
Run the application
npm run dev
Contributions and suggestions are welcome! Please fork the repository, create a new branch and send a pull request. For major changes, please open an issue first to discuss what you would like to change.
Here's a potato for you 🥔