This projects demos a speed typing game and is an exploration of fundamental React concepts.
- In your local directory of choice, clone the repository with
git clone https://github.com/masonmcelvain/speed-typing-game.git
-
Navigate to the project directory with
cd speed-typing-game
-
Execute
npm start
to run the app in development mode. Open http://localhost:3000 to view it in the browser.