Catrans is a simple terminal based cash register, it's main purpose is to record and process transactions in the terminal.
- Able to record up to more than 99+ items per-cart
- Configurable
- Easy to use & setup
- GCC/MSVC/Clang (With support for C11)
- CMake >= 3.12
Clone the project
git clone https://github.com/Hkaar/Catrans.gitCreate the build directory
bash
mkdir buildPowerShell
New-Item -Path "." -Name "build" -ItemType DirectoryConfigure CMake
bash
cd build && cmake ..PowerShell
cd build; cmake ..Build the project
cmake --build buildRun the project
./build/catrans