Skip to content

cripttion/type-me

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Typing Game

A React application for a typing game where users have to type the displayed text within a given time limit.

Description

The Typing Game is a web application built with React. It presents users with a random text and challenges them to type it accurately within a time limit. The game keeps track of correct points, wrong points, and the total points earned by the user.

Features

  • Generates a random text for the user to type.
  • Calculates correct points and wrong points based on user input.
  • Displays the remaining time for each round.
  • Allows users to start or restart the game.
  • Provides feedback on the user's performance with correct points, wrong points, and total points.

Installation

git clone https://github.com/cripttion/type-me.git

Navigate to the project directory:

cd typing-game

Install the dependencies:

npm install

Start the application:

npm start

Usage

  1. Start the game by clicking the "Start" button.
  2. The game will display a random text for you to type accurately.
  3. Type the text in the input field provided.
  4. The application will highlight each character in green if it matches the original text, and in red if it does not.
  5. The timer will count down from 60 seconds.
  6. If you complete typing the text within the time limit, the game will display your correct points, wrong points, and total points.
  7. To play again, click the "Restart" button.

Contact

For any questions, feedback, or suggestions, please feel free to reach out:

Email:- pulakshri@gmail.com Project Link: https://type-me.netlify.app/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published