Word Cloud creates a word cloud of of related words given a search term from the user.
The following required functionality is completed:
- Ability to query the Words API to get HasType results from a search query
- The search results are displayed in a React Wordcloud
- Verification that a single word is passed into the search query
The following extensions are implemented:
- Responsive UI that minimizes/shows icons in the toolbar depending on window size
- Word enlarges on hover and becomes bold when selected
Here's a walkthrough of implemented user stories: