A simple terminal-based typing test application with a text user interface (TUI).

Clone the repository and run the setup script:
git clone https://github.com/yourusername/typi.git
cd typi
chmod +x run.sh
./run.sh
⚠️ The script will compile the program and move the binary to/usr/local/bin.
Once installed, you can run the typing test from anywhere by typing:
typiMake sure you have the following installed:
cmakeg++orclang++make
sudo apt update
sudo apt install build-essential cmakesudo pacman -S base-devel cmakesudo dnf groupinstall "Development Tools"
sudo dnf install cmakesudo emerge --ask sys-devel/gcc cmaketypi/
├── run.sh # Setup script
├── src/ # Source files
├── CMakeLists.txt # Build configuration
└── README.md
