https://github.com/kizza/touchtyping.dev
Practice typing
https://github.com/kizza/touchtyping.dev
Last synced: 30 days ago
JSON representation
Practice typing
- Host: GitHub
- URL: https://github.com/kizza/touchtyping.dev
- Owner: kizza
- Created: 2020-10-16T00:04:14.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-04-01T07:34:29.000Z (about 4 years ago)
- Last Synced: 2025-02-17T04:41:25.248Z (4 months ago)
- Language: TypeScript
- Size: 444 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Touch Typing for Developers
I've been considering changing-up my keyboard game (*cough* ergodox)
This project is the result of wanting to pull together some of my favourite features from existing touch typing tools.
It's also quite fun to play around with react, hooks and serverless.
### Tech stack
- Create react app
- Lots of hooks and functional components
- Inspired by [Faker.js](https://github.com/marak/Faker.js/) to generate function bodies
- Deployed to aws via [serverless](https://github.com/serverless-components/website)### Run online
[https://touchtyping.dev](https://touchtyping.dev)
### Run locally
```
yarn
yarn start
```