✧
View Demo ✧
Report Bug ✧
Getting Started ✧ Installing ✧
Author ✧
Key Board Game is an web application that allows you to practice the typing.
-
Homepage
This project was built using React v 18.2.0, CSS, JavaScript and HTML. It is web application and for running on your local environment you should follow these guidelines.
- React
The project repository can be found in keyboard_game GitHub link or just clone the project using this command.
Using HTTPS # git clone https://github.com/murali0101/keyboard_game.git
- Open terminal on your workspace with
cd keyboard_game
Install React (npx create-react-app keyboard_game)
To install all the dependences of the project, run the following command:
cd keyboard_game npm install To run the application got to the client folder and run the following command:
npm start
### Tools used on this project - Visual Studio Code - create-react-app template