Created entirely in React, the Pokedex allows you to look up information about your favorite Pokemon.
-
Pokedex - People can search their favorite Pokemon using the search function. Currently there are 1000 Pokemon available.
-
Team Builder - Coming soon.
-
Featured Pokemon of the day - On the homepage, there will be a featured Pokemon of the day. A Pokemon is chosen at random using an API call.
- HTML/CSS
- PokéAPI
-
Featured Pokémon
-
Using the search function to search Archaludon.
-
Glaceon's Pokédex entry, also showcasing the Pokedex card.
-
Plusle as the FPOTD, using Swal (sweet alert) to showcase its ability Plus.
- Updated Pokedex entry page: Archaludon along with type chart detailing weaknesses, strengths, and resistances:
- Finish Teambuilder/Account function
- Edit homepage to add About section
- Revamp natures section
- Revamp Search section
- Add moves, natures, and others to individual Pokemon
- Add function to filter Pokédex search by Types
- Added Featured Pokémon to homepage ✅
- Fetched all Pokémon through the API and got their individual Pokédex entries ✅
- Filtered Pokedex search by Generations/Region Dex ✅
- Implemented Dark Mode ✅
- Added Moves and Ability descriptions to FPOTD and individual entries ✅