/nextjs-pokemon-small-app

A small NextJS Pokémon app that fetches data from the PokéAPI project.

Primary LanguageJavaScript

NextJS Pokemon App

This is a small NextJS Pokémon app that fetches data from the PokéAPI project as a demonstration of how to port a Next.js app to Astro.

A list of the original 150 pokemon with a picture of each

Details View

A detailed view of Charizard, with a table of metadata about the Pokemon

Technical Notes

  • No external libraries
  • Using the pages directory, not the App router beta
  • Using CSS Modules for styling