Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/patryk-penczek/typing-speed-test

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.
https://github.com/patryk-penczek/typing-speed-test

svelte tailwindcss typescript typespeed typingspeed

Last synced: about 2 months ago
JSON representation

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.

Awesome Lists containing this project

README

        

# Typing Speed Test

![typingspeedtest](https://github.com/patryk-penczek/typing-speed-test/assets/111662540/20530ac0-2685-4f70-a946-185d06fd9133)

## Description

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.

## Demo

[Live demo](https://typing.patrykpenczek.pl)

## Requirements

Before getting started with the project, make sure you have the following tools installed:
- Node.js
- Yarn

## Installation

1. Clone the repository to your local machine:

`git clone https://github.com/patryk-penczek/typing-speed-test.git`

2. Navigate to the project directory:

`cd typing-speed-test`

3. Install dependencies using Yarn:

`yarn install`

## Local Development

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.

## Technologies

- Svelte
- TypeScript
- Tailwind CSS
- Vite

## Author

- Website: https://patrykpenczek.pl
- GitHub: https://github.com/patryk-penczek

## License

This project is licensed under the [ISC license](./LICENSE.MD).