Skip to content
Maria Walters edited this page Mar 6, 2026 · 1 revision

About the Project

The Pokedex Project began as a student passion project during the summer of 2024. The project includes a Java program, consisting of two Java class files, that you can download and run in an IDE (such as IntelliJ IDEA or Visual Studio Code). Using the output terminal, the program allows you to search a pre-programmed Pokemon database for data on a specific Pokemon!


Currently, the database includes only the first 151 Pokemon with data from Gen 1 (Pokemon Red, Blue, and Yellow). We are working on expanding the database in future releases to include data from the other generations, as well as adding Pokemon sprites to display with the Pokemon data.

Clone this wiki locally