Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 1.22 KB

README.md

File metadata and controls

21 lines (15 loc) · 1.22 KB

Pokedex Simple Search

This repo's purpose is to compare React and jQuery concept and coding style by using simple search in Pokedex (Pokemon database) as an sample application.

You can read the full article in this blog post

Demo

How to run it locally

Easily!, you can just open either index-jquery.html or index-react.html in normal browser. And you are all set!

FAQ

  • Q: I can only see 124 pokemons even without any filter!
  • A: Yes, you are right. The JSON file i got only gave me that much :(
  • Q: But I wanna catch them all!
  • A: Pull Request is welcome :)

Credits