Skip to content

A simple pokedex app with a terminal-based UI made with cursive.

Notifications You must be signed in to change notification settings

arjunindia/tui_pokedex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A simple pokedex app with a terminal-based UI made with cursive.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Languages