(※日本語テキストは、英語の下にあります)
This silhouette quiz application features 151 Pokémon from Pokémon Red and Green.
-Displays a randomly selected Pokémon silhouette Choose the correct answer from the four options -Instant feedback on correct or incorrect answers
-Results Display Shows the accuracy history for all 10 questions
-Graphical score representation
-Share results on X (formerly Twitter)
-Visual representation using emojis
-Play Count Displays the total number of plays
React TypeScript Vite Tailwind CSS Lucide React (for icons)
├── components/ # UI components
├── contexts/ # React contexts
├── data/ # Pokémon data
├── hooks/ # Custom hooks
├── types/ # Type definitions
└── App.tsx # Main application
Pokémon image data is provided by PokeAPI(https://pokeapi.co/).
「ポケットモンスター赤・緑」に登場する151匹のポケモンから出題される、シルエットクイズ・アプリケーションです。 "https://quiz-pokemon-151.vercel.app/"
- ランダムに選ばれたポケモンのシルエットを表示
- 4つの選択肢から正解を選ぶ
- 正解・不正解がすぐに分かる
- 全10問の正誤履歴を表示
- グラフィカルなスコア表示
- 絵文字を用いた視覚的な結果表示
- 累計プレイ回数の表示
- React
- TypeScript
- Vite
- Tailwind CSS
- Lucide React (アイコン)
src/
├── components/ # UIコンポーネント
├── contexts/ # Reactコンテキスト
├── data/ # ポケモンのデータ
├── hooks/ # カスタムフック
├── types/ # 型定義
└── App.tsx # メインアプリケーション
ポケモンの画像データは"PokeAPI"より提供されています。