/randomWordsInfo

Just a small webapp to practice with REST APIs and TypeScript.

Primary LanguageTypeScript

RandomWordsInfo 📚

Just a small webapp to practice with REST APIs and TypeScript.

Features ✨

  • Displays a random word.
  • Provides pronunciation, meaning, synonyms, antonyms, and rhymes for the word (if avaliable from the API).

Screenshots

image

Technologies Used

  • TypeScript
  • SASS

Project Setup

Prerequisites

  • Key of WordsAPI from RapidAPi link

Installation Steps

  1. Just clone the repository:

    git clone https://github.com/KaruzG/randomWordsInfo
  2. Specify you key in fetchWord.ts (and compile) or in fetchWord.js

  3. And run it in your web server of preference

Contribution

If you'd like to contribute to the project, follow these steps:

  1. Fork the repository.
  2. Create a branch for your new feature: git checkout -b new-feature.
  3. Make your changes and commit: git commit -m 'Add new feature'.
  4. Push to your branch: git push origin new-feature.
  5. Open a pull request on GitHub.

License

This project is licensed under the MIT License.


Thank you for contributing! We hope you find this application useful.