tui_pokedex is a small project I created to learn Rust. It is a terminal application that allows you to search for a pokemon and get some information about it, including an image of the pokemon. It uses the PokeAPI to get the information about the pokemon and Cursive for the TUI.
Clone the repository and run the following command in the root directory of the project:
cargo build --release
Run the following command in the root directory of the project:
cargo run