Skip to content

Hkaar/Catrans

Repository files navigation

Catrans

GitHub license GitHub release

Catrans is a simple terminal based cash register, it's main purpose is to record and process transactions in the terminal.

Features

  • Able to record up to more than 99+ items per-cart
  • Configurable
  • Easy to use & setup

Requirements

  • GCC/MSVC/Clang (With support for C11)
  • CMake >= 3.12

Setup guide

Clone the project

git clone https://github.com/Hkaar/Catrans.git

Create the build directory

bash

mkdir build

PowerShell

New-Item -Path "." -Name "build" -ItemType Directory

Configure CMake

bash

cd build && cmake ..

PowerShell

cd build; cmake ..

Build the project

cmake --build build

Run the project

./build/catrans

About

A simple terminal based transaction register

Topics

Resources

License

Stars

Watchers

Forks

Contributors