Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 661 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 661 Bytes

tui_pokedex

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.

Installation

Clone the repository and run the following command in the root directory of the project:

cargo build --release

Usage

Run the following command in the root directory of the project:

cargo run

License

MIT