An open API service indexing awesome lists of open source software.

https://github.com/crutchcorn/nextjs-pokemon-small-app

A small NextJS Pokémon app that fetches data from the PokéAPI project.
https://github.com/crutchcorn/nextjs-pokemon-small-app

Last synced: 3 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# NextJS Pokemon App

This is a small NextJS Pokémon app that fetches data from [the PokéAPI project](https://pokeapi.co) 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](./assets/homepage.png)

## Details View

![A detailed view of Charizard, with a table of metadata about the Pokemon](./assets/details.png)

## Technical Notes

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