An open API service indexing awesome lists of open source software.

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 :)

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

![Demo](https://raw.githubusercontent.com/DerekSeverson/dictionary-ui/master/demo/usage.gif)

## 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
```