Disclaimer: This is first and foremost a learning project from a junior web developer.
Feel free to open an issue with any problems, suggestions or questions that you may have. The most needed contributions are translations.
Help translate this website's UI text into more languages:
- Fork the project to your own GitHub profile
- Download the forked project on your computer
- Modify or add a new json file in ui/src/assets/i18n
- Commit your code and push it to GitHub
- Open a new pull request and describe the changes you have made
Help translate the pokemon data text into more languages, not only for this website, but for the whole pokeapi ecosystem:
- Go to PokeApi's github and read the contribute section
- Modify a .csv file with new translated data
- Follow their steps to submit your changes
- Frontend: Angular
- Backend: ASP NET 9 API
- Database: Postgresql
- Raw pokemon data is obtained from PokeApi's github
- Pokemon sprites are obtained from PokeApi's sprites github