https://github.com/derekseverson/dictionary-ui
Dictionary UI - For Fun :)
https://github.com/derekseverson/dictionary-ui
blueprintjs demo reactjs rxjs webpack
Last synced: about 2 months ago
JSON representation
Dictionary UI - For Fun :)
- Host: GitHub
- URL: https://github.com/derekseverson/dictionary-ui
- Owner: DerekSeverson
- Created: 2018-01-26T11:47:15.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-31T14:53:48.000Z (over 8 years ago)
- Last Synced: 2025-01-09T04:15:21.004Z (over 1 year ago)
- Topics: blueprintjs, demo, reactjs, rxjs, webpack
- Language: JavaScript
- Size: 6.36 MB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dictionary UI
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.
## Demo

## Getting Started
Make sure you have [`yarn`](https://yarnpkg.com) installed.
This frontend web app relies on its backend counterpart [`dictionary-api`](https://github.com/DerekSeverson/dictionary-api). So, make sure you read those README instructions on how to setup and run that service.
### Install
Install the dependencies via `yarn`.
```bash
$ yarn install
```
### Usage
Run the `dictionary-ui` app locally.
```bash
$ yarn start
```