GiancarlosIO / ratatui-counter-app

A simple CLI Counter App

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ratatui Counter App

A simple CLI counter app created by following the Ratatui tutorial: https://ratatui.rs/tutorials/counter-app/

I have created this in order to learn more about rust.

I have created this in order to learn more about rust.

Features

  • Handle arrow right and left events.
  • Handle key::press events (Q or q) to exit the application
  • Implement error hooks to capture errors and restore the terminal to previous/normal state.

About

A simple CLI Counter App


Languages

Language:Rust 100.0%