bintodec-tui 0.1.0

A simple 10-bit binary to decimal converter tui app.
# BINTODEC-TUI

A simple 10-bit binary to decimal converter tui app. Built using Rust with the libraries Ratatui and Crossterm, and yes, was a forked version of the counting app from the [ratatui book](https://ratatui.rs/tutorials/counter-app/).

![showcase video](https://github.com/paijo/counting-paijo/blob/master/showcase.mp4)

## Dependencies

- Rust
- Crossterm
- Ratatui

## Install

Make sure you have Rust installed on your system. You can install Rust by following the instructions on the [official Rust website](https://www.rust-lang.org/tools/install). <br>

After that, you can now install the binary by running the following command:
```bash
cargo install bintodec-tui
```

And you're good to go!

## Usage

If you've successfully installed the binary, you can run it by typing the following command:
```bash
bintodec-tui
```

If you encounter any issues or have any questions, feel free to open an issue [here](https://github.com/paijo/bintodec-tui).