Skip to content
/ YaP Public

Discover and learn about Pokémon with YaP, a modern Pokedex built with Nuxt 3. This app features a sleek interface for browsing Pokémon stats, abilities, and evolutions, tailored for fans and trainers alike.

License

Notifications You must be signed in to change notification settings

lredoban/YaP

Repository files navigation

Yet Another Pokedex (YaP)

Yet Another Pokedex (YaP) is a simple Pokedex application built with Nuxt 3. This project aims to provide a user-friendly interface to explore and discover various Pokémon, their stats, abilities, and more.

Design

General design from https://dribbble.com/shots/16833947-Mobile-Pokedex-App-Design-Exploration/attachments/11892526?mode=media Types icons from https://github.com/duiker101/pokemon-type-svg-icons Icons from https://heroicons.com/

Features

  • Browse a list of Pokémon
  • View detailed information about each Pokémon
  • Responsive design, compatible with both desktop and mobile devices

Stack

Setup

Make sure to install the dependencies:

# npm
npm install

# pnpm
pnpm install

# yarn
yarn install

# bun
bun install

Development Server

Start the development server on http://localhost:3000:

# npm
npm run dev

# pnpm
pnpm run dev

# yarn
yarn dev

# bun
bun run dev

Production

Build the application for production:

# npm
npm run build

# pnpm
pnpm run build

# yarn
yarn build

# bun
bun run build

Locally preview production build:

# npm
npm run preview

# pnpm
pnpm run preview

# yarn
yarn preview

# bun
bun run preview

Check out the deployment documentation for more information.

About

Discover and learn about Pokémon with YaP, a modern Pokedex built with Nuxt 3. This app features a sleek interface for browsing Pokémon stats, abilities, and evolutions, tailored for fans and trainers alike.

Resources

License

Stars

Watchers

Forks