Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 742 Bytes

README.md

File metadata and controls

28 lines (17 loc) · 742 Bytes

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.