This is a Next.js project bootstrapped with
create-next-app
.
Deployed with Vercel at https://gustavosmonteiro-pokeapi-graphql.vercel.app/.
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.
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.