This project was bootstrapped with Create React App.
This a simple one page React app where users who arrive on the page are greeted with a countdown timer and a word to type. Users receive 1 point for every correct word they type durning the countdown. If they score more points than anyone currently in the three person Hall Of Fame, they will join the Hall Of Fame in the appropriate place.
This webapp is hosted on Netlify at: Speed-Typing-App
- Node
- React
- Bootstrap React
-
Clone the repo
$ git clone https://github.com/trabnett/Speed-Typing
$ cd Speed-Typing
-
Install dependencies
$ npm install
-
Run
$ npm start