https://github.com/luisfernandovillalon/java-pokedex
A JAVA GUI application that displays information on Pokemon made with java and javafx.
https://github.com/luisfernandovillalon/java-pokedex
Last synced: 4 months ago
JSON representation
A JAVA GUI application that displays information on Pokemon made with java and javafx.
- Host: GitHub
- URL: https://github.com/luisfernandovillalon/java-pokedex
- Owner: LuisFernandoVillalon
- Created: 2024-11-26T18:17:35.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-02-07T02:08:38.000Z (4 months ago)
- Last Synced: 2025-02-07T03:21:34.911Z (4 months ago)
- Language: Java
- Size: 43 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# JAVA-Pokedex
My final project for my Introduction to Data Structures in Java class in college.# Summary
The application's GUI displays a list of Pokemon with their respective type listed in numerical order.
Depending on the Pokemon's type the text displaying the information changes color. The user has the
option to view a certain type at once or all of them at once. As well as sorting the list from ascending
and desceiding alphabetically and numerically.I applied everything I was taught, including implementing sorting
algorithms and building and working aound data structures. Javafx was used to to create the graphical user interface (GUI)
for the user to interact with the data.# Technologies
Java, Javafx# Live Preview
[java pokemon.webm](https://github.com/user-attachments/assets/0767eba1-a9d4-498e-89eb-985da6cc4f4d)