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

https://github.com/jbitton/word-finder

scrabble-type game for HPS
https://github.com/jbitton/word-finder

Last synced: 2 months ago
JSON representation

scrabble-type game for HPS

Awesome Lists containing this project

README

          

# word-finder

This project was made using React. Here's how to run the app:

```bash
$ git clone git@github.com:jbitton/word-finder.git
$ cd word-finder/
$ yarn install
$ yarn start
```

To build the application, run `yarn build`.

**NOTE**: For those of you running the clean React app, ignore the index.php file. That's for a class project.