Skip to content

Quick demo of a pokédex using the open source Pokémon API

Notifications You must be signed in to change notification settings

Stiffni/pokedex

Repository files navigation

Pokédex App

This is a Next.js project bootstrapped with create-next-app.

When running this project, you will be shown a random pokémon and a subset of its attributes. You can also search for a particular pokémon to view its attributes, using the open source Pokémon API.

Getting Started

  • Configure environment variables, copy .env.local.example to a new file named .env.local: cp .env.local.example .env.local
  • Install packages with npm i
  • Run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

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

Running Tests

This project uses vitest and tests can be run with npm run test

Note

** Not to be deployed publicly, using images which we don't have rights to

About

Quick demo of a pokédex using the open source Pokémon API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published