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

https://github.com/kizza/touchtyping.dev

Practice typing
https://github.com/kizza/touchtyping.dev

Last synced: 30 days ago
JSON representation

Practice typing

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
```