This is a type test on the terminal that allows users to practice their typing. It is built using Charm library things and it is based on the Elm Architecture. This basically uses a Model, View and Update
- Charm Cli for the entire thing
- Wish for serving the terminal application through ssh
- Bubble Tea for building the ui
- In order to install things use,
go mod tidy. - In order to build things use,
go build main.goor run withgo run .. - In order to run things use,
./main. - Starting ssh server
ssh -p 23234 localhost