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
- Host: GitHub
- URL: https://github.com/jgudo/react-word-beater
- Owner: jgudo
- Created: 2019-02-11T14:45:11.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-04-13T04:55:59.000Z (about 6 years ago)
- Last Synced: 2025-03-25T23:01:54.526Z (about 1 month ago)
- Topics: react-word-beater, test-typing, word-beater, word-test
- Language: JavaScript
- Homepage: https://beattheword.netlify.com
- Size: 3.46 MB
- Stars: 4
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```