Skip to content

lyokoth/Pokedex-react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pokedex App

  • React

  • Chakra

  • MySQL

Created entirely in React, the Pokedex allows you to look up information about your favorite Pokemon.

Features

  • 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.

Tech Stack

  • React

  • Chakra

MySQL

  • HTML/CSS

Other tech

  • PokéAPI

Screenshots

  • 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:

To dos

  • 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

Finished

  • 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 ✅