Why would the user want to use this thesaurus?
What makes this app better than other thesauruses?
How would a user navigate this app?
Would they enjoy it?
What are the learning goals?
What kind of scope would fit into this timelime?
If we're using Vue what packages or best practices can we use to improve features.
- Get app setup with essential Vue components & installs
- Get a response from the API
- Write user story
- Build base UI skeleton
- Allow user to input a word
- Render word the user typed
- On click of word, render synonyms for word
- tbd