A typing game made with ReactJS
Fast Fingers is a typing game made with ReactJS that allows users to improve their typing skills.
You can try the game here: https://fast-fingers-hell3ringer.netlify.app/
- React
- JavaScript
- HTML
- CSS
To get a local copy up and running, follow these simple steps:
- Node.js (v10 or later)
- Git
- Clone the repo
git clone https://github.com/Hell3ringer/fast-fingers.git
- Change to the project directory
cd fast-fingers
- Install the dependencies
npm install
- Start the app
npm run start
- Open your browser and go to
http://localhost:3000
- Press the
Start Game
button to start the game. - Type the words that appear on the screen as fast as possible.
- If you make a mistake, the game will end.
- Your score will be displayed at the end of the game.
To deploy the app, use the following command:
npm run build
This will create a build
directory with the optimized build of the app.
Contributions are welcome! Please follow these steps:
- Fork the project
- Create a new branch (
git checkout -b feature/my-feature
) - Make and commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin feature/my-feature
) - Create a new Pull Request
No license , use it for free for your reference :)