From 855ee207fea2414ae48bbf7065cbd0c56c20729a Mon Sep 17 00:00:00 2001 From: FragginWagon Date: Wed, 28 Jan 2026 23:03:24 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=84=20Update=20README=20to=20reflect?= =?UTF-8?q?=20changes=20in=20tech=20stack=20and=20framework=20details?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- code/websites/pokedex.online/README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/code/websites/pokedex.online/README.md b/code/websites/pokedex.online/README.md index 06a7511..3c3e8e6 100644 --- a/code/websites/pokedex.online/README.md +++ b/code/websites/pokedex.online/README.md @@ -160,11 +160,12 @@ npm run test:coverage ## 🛠️ Tech Stack -- **React 18** - UI library with hooks -- **Vite 5** - Next-generation build tool +- **Vue 3.4** - Progressive JavaScript framework with Composition API +- **Vue Router 4** - Official routing library for single-page applications +- **Vite 5** - Next-generation build tool with lightning-fast HMR - **Vitest** - Unit testing framework -- **TypeScript** - Static type checking -- **CSS Modules** - Component-scoped styling +- **Vanilla JavaScript** - Latest ECMAScript features (ES2024+) +- **CSS** - Component-scoped styling - **Web Workers** - Optimized search performance - **Docker** - Containerization - **nginx** - Production web server