Built on a system running node version 16.14.2 and npm version 8.5.0.
-
Clone the repo:
git clone git@github.com:MikeKruckenberg/typing-speed-test.git -
Move into project directory:
cd typing-speed-test -
Install node modules:
npm install
-
Run app:
npm start -
Browse to:
http://localhost:3000 -
Test your typing speed!!
Run tests using: npm test
- display the typing metrics real-time
- a cursor to move character by character
- show real-time feedback on typing mistakes
- word bank with natural sentences to reflect traditional typing speed tests
Built using Create React App.
Uses the MUI/Material framework for design elements (based on Material Design)
