Skip to content

Latest commit

 

History

History
115 lines (72 loc) · 3.13 KB

README.md

File metadata and controls

115 lines (72 loc) · 3.13 KB

Key Board Game

It's a web application for practice the typing


reactjs


View DemoReport BugGetting StartedInstallingAuthor

Key Board Game is an web application that allows you to practice the typing. keyboard_game-1


Screens ( All screens are responsive )

  • Homepage

    kbg-1 kbg-2
    kbg-3 kbg-4

    Glimpses of Key Board Game 🙈 :

    hm-1 hm-2
    hm-3 hm-4

    Demo


    Getting Started

    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.

    Prerequisites

    • React

    Setup

    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

    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