Type.fit - minimalistic typing practice service

Hi,
Following the tutorials, recently I’ve created a mini web service to practice typing: https://type.fit.

It uses Angular and HashStore to keep data in the URL hash. It’s a simple way to transfer app state, without keeping the data on the back-end.

Data is stored like this: https://type.fit/#{“text”:“FreeCodeCamp%20is%20a%20tiny%20non-profit%20that’s%20helping%20millions%20of%20people%20learn%20to%20code%20for%20free.%20Keep%20typing,%20keep%20coding.”}

Please check the service and provide some suggestions. Cheers.

1 Like

Nice!
that’s really cool and has awesome animation and color.

1 Like

Thanks, really appreciate it :slight_smile:

1 Like

nicely done, fun site.

Suggestion would be to automatically load some new text when you restart the typing test.

1 Like

Thanks @AdventureBear, good point.
I was thinking about loading random inspirational quotes.

1 Like

@AdventureBear, check this out, I’ve just added a button which shows a random text for typing:

https://type.fit/#{"text":"Press%20the%20Inspire%20me%20button%20to%20get%20a%20random%20text%20for%20typing..."}