Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/erwanlt/pokedex
A pokedex application using vaadin
https://github.com/erwanlt/pokedex
java pokedex pokemon spring-boot vaadin
Last synced: 16 days ago
JSON representation
A pokedex application using vaadin
- Host: GitHub
- URL: https://github.com/erwanlt/pokedex
- Owner: ErwanLT
- License: unlicense
- Created: 2024-08-12T12:47:24.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-08-13T11:54:17.000Z (5 months ago)
- Last Synced: 2024-08-13T15:08:19.148Z (5 months ago)
- Topics: java, pokedex, pokemon, spring-boot, vaadin
- Language: Java
- Homepage:
- Size: 2.19 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
[![Java CI with Maven](https://github.com/ErwanLT/Pokedex/actions/workflows/maven.yml/badge.svg)](https://github.com/ErwanLT/Pokedex/actions/workflows/maven.yml)
# Pokedex
This is a web application built using Spring Boot and Vaadin.
It provides a Pokedex, a comprehensive guide to all Pokemon species.## Features
| Feature | Description | |
|-----------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------|
| Generation view |
- Display pokemon information in grid
- Filtering by generation
- Filtering by name
- Number of element in the grid
- Go to details view
| Details view |
- Display selected pokemon information
- Display selected pokemon sprite
- Classic form (regular / shiny)
- Regional form (regular / shiny)
- Display evolution steps
- Pre evolution
- Next evolution
- Mega evolution
- Display Gigamax form if exist
## Built With
* [Spring Boot](https://spring.io/projects/spring-boot) - Backend framework
* [Vaadin](https://vaadin.com/) - Web framework for building modern user interfaces
## Continuous Integration
The project uses GitHub Actions for continuous integration and deployment. Every push to the repository will trigger a build and a test.
[![Java CI with Maven](https://github.com/ErwanLT/Pokedex/actions/workflows/maven.yml/badge.svg)](https://github.com/ErwanLT/Pokedex/actions/workflows/maven.yml)
## Author
ErwanLT
* Github: [@ErwanLT](https://github.com/ErwanLT)
* X: [ErwanLeTutour](https://twitter.com/ErwanLeTutour)
* LinkedIn : [Erwan LE TUTOUR](https://www.linkedin.com/in/erwan-le-tutour/)
## Show your support
Give a ⭐️ if this project helped you!