Skip to content

Latest commit

 

History

History
50 lines (32 loc) · 1.13 KB

README.md

File metadata and controls

50 lines (32 loc) · 1.13 KB

Pokemon Palette

Pokemon Palette is a web application that helps you discover and explore color palettes inspired by Pokemon. Create beautiful color combinations based on your favorite Pokemon's appearance.

Features

  • Search and browse Pokemon by name or number
  • Generate color palettes from Pokemon sprites
  • Copy color codes in different formats (HEX, RGB, HSL)
  • Save your favorite palettes
  • Share palettes with others

Getting Started

First, 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.

Tech Stack

This project is built with:

  • Next.js - React framework for production
  • PokeAPI - Pokemon data source
  • Vercel - Deployment platform

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

License

MIT License

Links