Typing Speed Test is a simple web application that allows users to measure their typing speed. The app displays random words, and users have to type them as quickly and accurately as possible. The typing speed result is displayed as words per second and characters per second.
Before getting started with the project, make sure you have the following tools installed:
git clone https://github.com/patryk-penczek/typing-speed-test.git
cd typing-speed-test
yarn install
Once the dependencies are installed, you can run the project locally in the development environment. This will enable hot-reloading for a smooth development experience.
yarn dev
Open your browser and visit http://localhost:5173 to see the application in action.
This project is licensed under the ISC license.