Just a small webapp to practice with REST APIs and TypeScript.
- Displays a random word.
- Provides pronunciation, meaning, synonyms, antonyms, and rhymes for the word (if avaliable from the API).
- TypeScript
- SASS
- Key of WordsAPI from RapidAPi link
-
Just clone the repository:
git clone https://github.com/KaruzG/randomWordsInfo
-
Specify you key in fetchWord.ts (and compile) or in fetchWord.js
-
And run it in your web server of preference
If you'd like to contribute to the project, follow these steps:
- Fork the repository.
- Create a branch for your new feature:
git checkout -b new-feature
. - Make your changes and commit:
git commit -m 'Add new feature'
. - Push to your branch:
git push origin new-feature
. - Open a pull request on GitHub.
This project is licensed under the MIT License.
Thank you for contributing! We hope you find this application useful.