Skip to content

Commit 90bfc7f

Browse files
Merge pull request #1981 from itzelmald/main
Updated Typing Speed Game documentation/readme.md
2 parents 69a29cb + 58da7ac commit 90bfc7f

1 file changed

Lines changed: 52 additions & 4 deletions

File tree

Lines changed: 52 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,56 @@
1-
Topic Name:- Typing Speed Game.
1+
# Typing Speed Game
22

3-
Tech stack used:- HTML, CSS, JavaScript
3+
## Description
4+
Typing Speed Game is a web application which allow's users to test their typing speed by typing various texts as fast as they can. During the game, users can see typing metrics such as number of mistakes, WPM (words per minute), and CPM (characters per minute).
45

5-
Description:- Created a simple typing speed game using html, css and javascript. It has a time limit within which the user has to type the displayed paragraph. It will also show the number of mistakes done by the user. Beside all this, it will also show the wpm (Words per minute) and cpm (Characters per minute).
6+
## Technologies used
7+
8+
- HTML
9+
- CSS
10+
- JavaScript
11+
12+
## Features
13+
14+
- A time limit in which the user has to type the displayed paragraph
15+
- Tracks number of mistakes in the user's typed text
16+
- Real time WPM (words per minute) tracker
17+
- Real time CPM (characters per minute) tracker
18+
- Option to try again with new text
19+
20+
## Screenshots
621

7-
Screenshot of my project:-
822
![typing_game](https://user-images.githubusercontent.com/101787864/212467342-fa593ef0-b25e-4554-9258-949c64ad4c8d.jpg)
23+
24+
## Getting Started
25+
26+
### Installation
27+
28+
To run Typing Speed Game locally:
29+
30+
1. Clone the repository:
31+
32+
```bash
33+
git clone https://github.com/TusharKesarwani/Front-End-Projects.git
34+
```
35+
36+
2. Navigate to the project directory:
37+
38+
```bash
39+
cd Projects
40+
cd "Typing Speed Game"
41+
```
42+
43+
3. Open the **index.html** file in any web browser of your choice.
44+
45+
4. Begin typing the text that appears to test your typing speed!
46+
47+
### Usage
48+
49+
1. Begin typing the displayed text as it appears. The timer will begin once you start typing.
50+
51+
2. If you make a mistake, use the backspace button to undo it or continue typing.
52+
53+
3. Try to finish typing the text before time runs out.
54+
55+
4. Click the "Try Again" button to play again with a different text!
56+

0 commit comments

Comments
 (0)