From a16ca7c5793673d71d81db27eb608e6bdc57e4d0 Mon Sep 17 00:00:00 2001 From: Tobias Christian Nauen Date: Tue, 10 Mar 2026 12:00:11 +0100 Subject: [PATCH] update readme --- README.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c7969e9..bb6db69 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,11 @@ -# Pokemon Type Quiz +# Pokémon Type Quiz -A fast, keyboard-driven quiz to master Pokemon type effectiveness. +[![Website](https://img.shields.io/badge/Website-poketypes.nauen--it.de-2a2a2a?style=for-the-badge&logo=gamepad&logoColor=white)](https://poketypes.nauen-it.de/) +[![TypeScript](https://img.shields.io/badge/TypeScript-3178C6?style=for-the-badge&logo=typescript&logoColor=white)](https://www.typescriptlang.org/) +[![Keyboard%20Driven](https://img.shields.io/badge/Keyboard-Driven-FF6B6B?style=for-the-badge&logo=keyboard&logoColor=white)](https://en.wikipedia.org/wiki/Keyboard) +[![local storage](https://img.shields.io/badge/Persistent%20Progress-4CAF50?style=for-the-badge&logo=save&logoColor=white)](#) + +A fast, keyboard-driven quiz to master Pokémon type effectiveness. ## Quick Start @@ -20,7 +25,7 @@ Open http://localhost:5173 ## Features - Weighted sampling: wrong answers appear more often, right answers less often -- Tracks ALL history in localStorage for persistent progress +- Tracks ALL history in local storage for persistent progress - Shows detailed explanation on wrong guesses - Monotype (default) and dual-type modes