Skip to content

gustavosmonteiro/pokeapi-graphql

Repository files navigation

This is a Next.js project bootstrapped with create-next-app.

Deployed with Vercel at https://gustavosmonteiro-pokeapi-graphql.vercel.app/.

Motivation

This project was created to practice consuming a GraphQL API with Next.js.

The chosen API was the GraphQL beta version of Pokemon API.

Stack used: Next.js, Typescript, GraphQL, Apollo, GraphQL Code Generator, Styled-Components and Intersection Observer API.

Running locally

Install dependencies:

npm install
# or
yarn

Run the development server:

npm run dev
# or
yarn dev

Open http://localhost:3000 with your browser to see the result.

Releases

No releases published

Packages

No packages published

Languages