You are looking at the docs for the unreleased main branch of Dgraph. The latest version is v23.1.
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