Ask a Question

Pokedex

Pokedex is a sample app inspired by the Pokedex website. This sample app lets users search for Pokemon by type, weakness, ability, and more! This app demonstrates how to filter Pokemon by tags and update a captured status. The repo for this app can be found on GitHub at dgraph.io/graphql-sample-apps/pokedex.

Features

  • Filter Pokemon by type
  • Mark Pokemon as Captured
  • Filter Pokemon by Captured

Front-end

  • React (3.4.3) — a JavaScript library for building user interfaces.
  • Material-UI — a user interface framework for faster and easier web development.

Back-end