An open API service indexing awesome lists of open source software.

https://github.com/yassenshopov/pokemonpalette-nextjs

This web app lets you input the name of a Pokemon and instantly generates a color palette with its 3 main colors. To be used as web design inspiration.
https://github.com/yassenshopov/pokemonpalette-nextjs

colors nextjs nextjs15-typescript pokeapi pokemon tailwindcss

Last synced: 3 months ago
JSON representation

This web app lets you input the name of a Pokemon and instantly generates a color palette with its 3 main colors. To be used as web design inspiration.

Awesome Lists containing this project

README

        

# Pokemon Palette

[Pokemon Palette](https://pokemonpalette.com) 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:

```bash
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
```

Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.

## Tech Stack

This project is built with:

- [Next.js](https://nextjs.org) - React framework for production
- [PokeAPI](https://pokeapi.co) - Pokemon data source
- [Vercel](https://vercel.com) - Deployment platform

## Contributing

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

## License

[MIT License](LICENSE)

## Links

- [Official Website](https://pokemonpalette.com)
- [GitHub Repository](https://github.com/yourusername/pokemonpalette-nextjs)