Skip to content

Commit e1efbe6

Browse files
committed
Updated Typing Speed Game readme file
1 parent 2466f5d commit e1efbe6

1 file changed

Lines changed: 41 additions & 4 deletions

File tree

Lines changed: 41 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,45 @@
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+
To run Typing Speed Game locally:
27+
28+
1. Clone the repository:
29+
30+
```bash
31+
git clone https://github.com/TusharKesarwani/Front-End-Projects.git
32+
```
33+
34+
2. Navigate to the project directory:
35+
36+
```bash
37+
cd Projects
38+
cd "Typing Speed Game"
39+
```
40+
41+
3. Open the **index.html** file in any web browser of your choice.
42+
43+
4. Begin typing the text that appears to test your typing speed!
44+
45+

0 commit comments

Comments
 (0)