Skip to content

rodedd/NextJsPokedex

Repository files navigation

Pokédex

About the project

A classic Pokédex that lists all the 898 existing Pokémon. It includes the information of each one, a search bar to search for a specific Pokémon and a type-filtering functionality. The data comes from the Pokeapi API https://pokeapi.co/

cientifico screenshot

Live: https://next-js-pokedex-gamma.vercel.app/

Built with

  • NextJS
    • Static Side Generation (SSG)
      • Homepage is pre-rendered at build time
    • Server Side Rendering (SSR)
      • Information about a specific pokémon is rendered on each request
  • Tailwind CSS
  • Fetch API

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published