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:
- Node.js
- Yarn
- Clone the repository to your local machine:
git clone https://github.com/patryk-penczek/typing-speed-test.git
- Navigate to the project directory:
cd typing-speed-test
- Install dependencies using Yarn:
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.
- Svelte
- TypeScript
- Tailwind CSS
- Vite
- Website: https://patrykpenczek.pl
- GitHub: https://github.com/patryk-penczek
This project is licensed under the ISC license.