This is a Pokedex application written in Golang. It allows you to explore and catch Pokemon.
To install the Pokedex application, follow these steps:
-
Clone the repository: https://github.com/kyomel/pokedexcli.git
-
Navigate to the project directory:
cd pokedexcli
- Install the dependencies:
go mod tidy
- Build the application:
go build
To use the Pokedex application, follow these steps:
- Run the application:
./pokedexcli
- Start exploring the Pokemon world