wemboava / pokedex-with-graphql

Simples PWA desenvolvido com React, GraphQL e Apollo!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pokedex

Simples PWA desenvolvido com React, GraphQL e Apollo!

💡 Projeto

Uma pokedex que te possibilita listar pokemons, pesquisar por nome, favoritar e ver diversas informações de um pokemon específico, desenvolvida com algumas features de PWA, podendo assim ser instalado em seu aparelho celular como se fosse um aplicativo.

⚙️ Instalação local

Back-End

  • git clone https://github.com/lucasbento/graphql-pokemon.git
  • cd graphql-pokemon
  • yarn
  • yarn run watch

Front-End

  • git clone https://github.com/wemboava/pokedex-with-graphql.git
  • cd pokedex-with-graphql
  • yarn
  • yarn start

🖥 Telas

image image image image

⚛️ Tecnologias

Para gerenciar os estados da aplicação, foi utilizado o local state management do apollo client

  • React
  • Apollo Client
  • GraphQL
  • PWA

About

Simples PWA desenvolvido com React, GraphQL e Apollo!


Languages

Language:JavaScript 98.6%Language:HTML 1.4%