taxes_paid_or_not

Simple console application created using Rust and tui-rs library.

Overview

The application allows you to enter the net income earned in a given month, then calculates VAT and income tax - assuming that the form of taxation is a flat rate of 12%.

Initially, it was supposed to be a console application that would allow to calculate taxes in my country - it turned out that the topic is disgustingly complicated - now I know what accountants are for lol.
However it was fun to do it, tui-rs is a powerful library - definitely recommend if you want to do console apps.

Run Locally

cargo run

Run Tests

cargo test