crutchcorn / nextjs-pokemon-small-app

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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


Languages

Language:JavaScript 56.3%Language:CSS 43.7%