Back to Ratatui

Tutorials

src/content/docs/tutorials/index.md

latest1.1 KB
Original Source
  • Hello Ratatui: This tutorial takes you through the basics of creating a simple Ratatui application that displays "Hello World".
  • Counter App: This tutorial will set up the basics of a ratatui project by building an app that displays a counter.
  • JSON Editor: This tutorial will guide you through setting up a Rust project and organizing its structure for a ratatui-based application to edit json key value pairs. JSON Editor TUI will provide an interface for users to input key-value pairs, which are then converted into correct JSON format and printed to stdout.

:::note

If you want to jump right into coding yourself, we provide templates for that. See the template section.
We also have some examples that might help you get started on GitHub.

If you are new to terminals, How Terminals Work overview is a good place to start.

:::

:::note

You can also check out videos created by Ratatui users.

:::