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.
- Host: GitHub
- URL: https://github.com/crutchcorn/nextjs-pokemon-small-app
- Owner: crutchcorn
- Created: 2022-12-15T12:38:13.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-06-29T06:04:12.000Z (almost 2 years ago)
- Last Synced: 2025-01-07T09:27:14.973Z (5 months ago)
- Language: JavaScript
- Homepage:
- Size: 459 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.
## Details View

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