Skip to content

A website to users test how much words can they type in a certain amount of time βŒ¨πŸ±β€πŸ’»

Notifications You must be signed in to change notification settings

Julia-Alberici/typing-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

14 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Typing Game ⌨

typing game web site print typing game web site print

Β  Β 

Project Description

Website developed to be a litle game that gives a time to the user type in a textarea and when the timer gets to 0, count the amount of words on it (regardless of whether it is spelled correctly or not).

How to run it locally

Install

Clone this repository and install it dependencies with this command:

 npm install

Running

Run the application with npm start command, it will start the app on localhost:3000:

 npm start

πŸ”¨ Project Functionalities

  • Functionality 1: Set a timer
  • Functionality 2: Get words from textarea and count it
  • Functionality 3: Disable button and textarea when the game is not running
  • Functionality 4: Focus textarea after button 'start' is clicked

βœ”οΈ Technologies and techniques used

  • React
  • Hooks (useState, useEffect, useRef)
  • Clean code

About

A website to users test how much words can they type in a certain amount of time βŒ¨πŸ±β€πŸ’»

Topics

Resources

Stars

Watchers

Forks