Functional Pokedex built with HTML and CSS which connects to PokéAPI
https://seaweeddol.github.io/Pokedex/
- Integrating an API with Javascript
- Making complex shapes using only CSS
- Positioning and styling elements
Allow users to search Pokedex with a name or number(11/27/2020)Functioning number buttons to allow user input(5/24/2019)Connect to PokéAPI to update Pokemon image, name, description, and type based on user input(11/27/2020)Add styling for when buttons are pressed or hovered(5/24/2019)- Handle invalid input
- Make submit and clear buttons easier to interact with
- Implement better solution for caching (currently 'caching' with a hash)
- Add Pokedex sounds
- Remove 0s from front upon submit
- Implement submission on Enter press
- Make responsive for mobile devices
- Add text to voice announcement of Pokemon details
- Refine layout (rounded corners, more shading, etc)
- Make lights blink when user submits input
- Make dpad functional - left/right goes to next/previous pokemon; up/down goes to next generation/skips ahead/backwards 10 pokemon (to be determined)