Typing Speed App
This is a simple typing application built with Vite + React that allows users to measure their typing speed by typing words in English or Turkish as quickly as possible for one minute
Here
See Live :Features
- Randomly generated words are displayed side by side in a complex manner.
- Users can select words in either English or Turkish
- Users have 60 seconds to complete the typing challenge.
- The countdown starts as soon as any character is entered into the input.
- Each correctly entered word is displayed in green, and each incorrectly entered word is displayed in red.
- The game can be restarted by clicking the Restart button.
- Once the countdown is complete, the results are displayed.
Technologies Used
Typing Speed App has been built using the following technologies:
- React.js
- Redux Toolkit
- Bootstrap
- SASS
- react-confetti
Usage
To run the Typing Speed App, follow these steps:
-
Clone the repository to your local machine.
-
Install the dependencies using the npm install command.
npm install
-
Start the development server using the npm run dev command.
npm run dev # or yarn dev # or pnpm dev
-
Open your browser and navigate to http://localhost:5173.