https://github.com/nafeu/typing-test
An experimental typing test with React and a Neumorphism UI design style.
https://github.com/nafeu/typing-test
javascript neumorphism nodejs react typing-game
Last synced: about 1 month ago
JSON representation
An experimental typing test with React and a Neumorphism UI design style.
- Host: GitHub
- URL: https://github.com/nafeu/typing-test
- Owner: nafeu
- License: mit
- Created: 2020-10-01T03:03:20.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-10-02T17:47:37.000Z (over 4 years ago)
- Last Synced: 2025-04-09T22:57:39.374Z (about 1 month ago)
- Topics: javascript, neumorphism, nodejs, react, typing-game
- Language: JavaScript
- Homepage: http://nafeu.com/typing-test
- Size: 2.45 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Typing Test
An experimental typing test with React and a Neumorphism UI design style.

## Installation
```
git clone https://github.com/nafeu/typing-test.git
cd typing-test
npm install
```## Development
```
npm start
```## Deployment
```
npm run deploy
```## License
[MIT](https://choosealicense.com/licenses/mit/)