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

https://github.com/jgudo/react-word-beater

A simple typing test built with react js
https://github.com/jgudo/react-word-beater

react-word-beater test-typing word-beater word-test

Last synced: 22 days ago
JSON representation

A simple typing test built with react js

Awesome Lists containing this project

README

        

# Word Beater React Game
visit live demo at

### Install Dependencies
```sh
$ npm install
```

### Run development server
```sh
$ npm run dev-server
```

### Build the project
```sh
$ npm run build
```