Skip to content

oarthursilva/next-pokedex

Repository files navigation

pokedex

td;dr

  • SPA
  • SSR to fetch pokemon data from Pokedex API
  • SSG to generate static pokemon pages
  • High performance

About

Podedex using Next.js using static generation (SSG) to generate dynamic routes.

The website is generated automatically during build time, which pre render the page based on fetched data.

Access the pokdex through https://pokedex.oarthursilva.vercel.app/


made with ❤️ by Arthur Silva