Skip to content

"WordWise" is a user-friendly web application that makes it easy to find synonyms and antonyms of any word. The app utilizes a powerful dictionary API to provide users with an extensive vocabulary database. Simply enter the word you'd like to find the meaning of, and the app will display a list of relevant synonyms and antonyms.

Notifications You must be signed in to change notification settings

HenryAgu/WordWise

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WordWise

"WordWise" is a user-friendly web application that makes it easy to find synonyms and antonyms of any word. The app utilizes a powerful dictionary API to provide users with an extensive vocabulary database. Simply enter the word you'd like to find the meaning of, and the app will display a list of relevant synonyms and antonyms. Whether you're a student, writer, or just someone looking to expand your vocabulary, WordWise is the perfect tool for you. With its sleek design and intuitive interface, using the app is a breeze. Get started with WordWise today and take the first step towards improving your vocabulary.

Screenshot

wordwise1 wordwise2 wordwise3 wordwise4

Built with

How To Use Foodyx

  • Click on any 'Get started' button when the page loads.

  • Enter a work into the search box. wordwise5

  • Then watch the dictionary API generate the definition, possible snynonyms and antonyms of the entered word.

To Run this program on your device

  • Open your terminal
  • Locate this project
  • Run 'npm init' to get the 'node module' folder
  • Run 'npm start' to run the program on your local browser.

What I Learnt on the project

I learnt to use the 'join' method to add characters to each item on an array.
<p>
  <span>Antonyms:</span> {data.meanings[0].antonyms.join(", ")}
</p>

Designer

Developer

About

"WordWise" is a user-friendly web application that makes it easy to find synonyms and antonyms of any word. The app utilizes a powerful dictionary API to provide users with an extensive vocabulary database. Simply enter the word you'd like to find the meaning of, and the app will display a list of relevant synonyms and antonyms.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published