Pokémon
This is a repository containing the backend and the frontend of a simple pokédex.
This is a work in progress project!
Project Structure
🗂 pokemon
├── 📂 backend
| ├── 📂 sprites
| | ├── 📂 regular
| | | ├── 📂 female
| | | | └── ... 18 .png files
| | | └── ... 1299 .png files
| | ├── 📂 shiny
| | | ├── 📂 female
| | | | └── ... 18 .png files
| | | └── ... 1300 .png files
| ├── 📂 types
| | ├── 📂 regular
| | | └── ... 18 .png files
| | ├── 📂 circular
| | | └── ... 18 .png files
├── 📄 .gitignore
└── 📄 README.md
Backend
The project backend was coded in Python, using FastAPI, a modern ,fast (higg-performance), web framework for building APIs, based on standard Python type hints.