- Daily challenge mode
- Leaderboards
- More Pokémon generations
- Shareable results
- Mobile UI improvements
Add your screenshots here!
Contributions are welcome! If you have ideas, bug fixes, or new features, feel free to open an issue or submit a pull request. Please follow the code style and keep your changes focused.
- Start typing to search for a Pokémon.
- Select your guess from the suggestions.
- Compare your guess to the mystery Pokémon using the feedback table.
- Keep guessing until you find the correct Pokémon or run out of attempts!
PokemonDLE is a playful guessing game for Pokémon fans, inspired by Wordle. Built for speed, fun, and accessibility—challenge yourself and your friends!
PokemonDLE is a fast, modern, and fun Pokémon guessing game inspired by Wordle, built with React, TypeScript, and Tailwind CSS. Test your Pokémon knowledge by searching, comparing, and guessing Pokémon each day!
- 🔍 Fuzzy Search: Instantly find Pokémon by name with smart suggestions.
- 🖱️ Mouse Follower: A floating Pokémon sprite follows your cursor for extra fun.
- 🎨 Modern UI: Clean, responsive design with dark mode support.
- 🏆 Comparison Table: See how your guesses compare to the answer by type, generation, and more.
- ⌨️ Keyboard Shortcuts: Start typing anywhere to search, use arrows/enter to navigate.
- 🗂️ Accessible: ARIA roles, keyboard navigation, and screen reader support.
- Clone the repo:
git clone https://github.com/Potowai/PokemonDLE.git cd PokemonDLE - Install dependencies:
npm install
- Start the dev server:
npm run dev
- Open http://localhost:5173 in your browser.
npm run build
npm run preview- React
- TypeScript
- Vite
- Tailwind CSS
- Fuse.js (fuzzy search)
- Framer Motion (animations)
MIT License. See LICENSE for details. All rights reserved. End of License.