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