https://github.com/catlikeflyer/dh-pokedex
Pokedex implementation using the PokeAPI.
https://github.com/catlikeflyer/dh-pokedex
api flask pokemon pokemon-api vanilla-javascript
Last synced: 9 months ago
JSON representation
Pokedex implementation using the PokeAPI.
- Host: GitHub
- URL: https://github.com/catlikeflyer/dh-pokedex
- Owner: catlikeflyer
- Created: 2021-02-06T05:49:14.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-03-02T05:01:31.000Z (over 4 years ago)
- Last Synced: 2025-01-21T03:14:41.460Z (10 months ago)
- Topics: api, flask, pokemon, pokemon-api, vanilla-javascript
- Language: JavaScript
- Homepage: http://dhdex.herokuapp.com/
- Size: 79.1 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
***Persistent errors in the API infrastructure, to see working project with provisional solution, check em-fix branch***
# DH's Pokedex
Pokedex implementation using the PokeAPI.
### Functionalities
- Using Javascript (vanilla) to fetch from PokeAPI
- Simple backend infrastructure using Flask, used to show data from each Pokemon.
- DOM controls using filters with JS.
Using PokeAPI, the simple web app displays all Pokemon up to Gen 8 with their national
dex numbers, name, type and image.