Simple responsive Reactjs web app created for fun.
As the user types within the search bar, words that start with the user input are asyncronously loaded onto the page. Clicking on one of the words will direct the user to the word's definition page.
Make sure you have yarn
installed.
This frontend web app relies on its backend counterpart dictionary-api
. So, make sure you read those README instructions on how to setup and run that service.
Install the dependencies via yarn
.
$ yarn install
Run the dictionary-ui
app locally.
$ yarn start