Skip to content

This is a POC for Next.js. The application is fetching Pokemon data.

Notifications You must be signed in to change notification settings

Yaronglp/pokemon

Repository files navigation

Pokemon app - Made with Next.js (Small POC)

This project presents a list of pokemon. By clicking on each Pokemon’s name, the page would redirect to a detailed page, showing the pokemon’s description like type, stats, and image.

P.S: I want to say thanks to the person who provides the link I’m using to fetch all the Pokemon data.

Link to resource: https://jherr-pokemon.s3.us-west-1.amazonaws.com (Pokemon Data source)

Getting Started

Run the development server:

npm run dev
# or
yarn dev

Open http://localhost:3000 with your browser to see the result.

Click on the desired Pokemon and watch its details. To Go back to the landing page, click on the header link.

Have Fun.

About

This is a POC for Next.js. The application is fetching Pokemon data.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published