https://github.com/vertocode/fast-typing
It consists of an application that allows the user to test and improve his typing, displaying a series of words and counting how many were correct in a given time.
https://github.com/vertocode/fast-typing
typescript vite vue3-composition-api
Last synced: 3 months ago
JSON representation
It consists of an application that allows the user to test and improve his typing, displaying a series of words and counting how many were correct in a given time.
- Host: GitHub
- URL: https://github.com/vertocode/fast-typing
- Owner: vertocode
- License: mit
- Created: 2022-04-02T02:25:22.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-04-04T02:17:13.000Z (about 3 years ago)
- Last Synced: 2025-02-13T08:52:49.191Z (5 months ago)
- Topics: typescript, vite, vue3-composition-api
- Language: Vue
- Homepage: fast-typing-three.vercel.app
- Size: 103 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Vite + TypeScript + ESLint Standard With TypeScript
## How run this project:
#### Run this command:
`yarn install` or `npm install`#### After, to run and open application execute this command:
`yarn dev --open` or `npm run dev`---