Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/patryk-penczek/typing-speed-test
- Owner: patryk-penczek
- License: isc
- Created: 2023-07-15T11:28:35.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-07-23T08:57:28.000Z (over 1 year ago)
- Last Synced: 2023-07-23T09:37:27.562Z (over 1 year ago)
- Topics: svelte, tailwindcss, typescript, typespeed, typingspeed
- Language: TypeScript
- Homepage: https://typing.patrykpenczek.pl
- Size: 34.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.MD
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).