PaulB-H / reactpokedex

A Pokedex made with React

Home Page:https://paulb-h.github.io/reactpokedex/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React Pokedex

A small react project using functional components, hooks, and fetch. State is currently component level, but I will be implementing the context API when the app gets more complicated.

Right now you can get a random pokemon, or get one from first 150 "classic" ones. I plan on changing this to make calls for ALL Pokemon on app load, and save the state with Context API. This will make it easy to build a proper "Pokedex", with the ability to browse list-style, or search by name, type, or number.

HTML, CSS, JavaScript

About

A Pokedex made with React

https://paulb-h.github.io/reactpokedex/


Languages

Language:JavaScript 80.4%Language:CSS 12.1%Language:HTML 7.5%