Web application that helps you build your own Pokémon team in any core series game.
It consists of following components:
data-manager
- command-line application that creates data files that are used by backendbackend
- Flask application providing data through REST servicefrontend
- Angular application doing most of the work, to be run on client side
See individual folders for details.
This repository does not contain any Pokémon data!
All contributions are welcome!
If you are using this project on website and you found a problem, something unexpected happened or have a question, feel free to submit an issue. There is no template that you have to follow, just be sure to describe what did you do, what did you expect to happen and what happened instead.
If you know your way around code, you might submit pull request. Feel free to poke around source tree and look at list of existing issues for inspiration. We are using Python 3 on backend and Angular (TypeScript, SCSS) on frontend.
Licensed under GNU Affero General Public License (GNU AGPL) Version 3 or later.
See LICENSE
for details.