Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 7 days 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 (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-04-04T02:17:13.000Z (over 2 years ago)
- Last Synced: 2023-03-04T16:13:44.438Z (almost 2 years ago)
- Topics: typescript, vite, vue3-composition-api
- Language: Vue
- Homepage: fast-typing-three.vercel.app
- Size: 103 KB
- Stars: 0
- Watchers: 1
- 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`---