Ora-Ka — cinq agrégateurs Ka, une barre de recherche hybride (exact + sémantique)
Python 80%
TypeScript 12.9%
CSS 6.8%
1<!doctype html>2<!-- ---------------------------------------------------------------------------3 Food-Ka — Agrégateur de produits d'épicerie (province de Québec)4 Auteur : Simon-Pierre Boucher — contact@spboucher.ai5---------------------------------------------------------------------------- -->6<html lang="fr">7 <head>8 <meta charset="UTF-8" />9 <meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover" />10 <title>Food·Ka — Tous les prix d'épicerie du Québec</title>11 <meta name="description" content="Food·Ka agrège les produits et circulaires des grandes bannières d'épicerie du Québec — Metro, IGA, Maxi, Super C, Provigo et plus — prix, soldes et prix unitaires, toujours à jour." />12 <meta name="theme-color" content="#faf6ee" />13 <meta name="mobile-web-app-capable" content="yes" />14 <meta name="apple-mobile-web-app-capable" content="yes" />15 <meta name="apple-mobile-web-app-status-bar-style" content="default" />16 <meta name="apple-mobile-web-app-title" content="Food·Ka" />17 <link rel="manifest" href="/food/manifest.webmanifest" />18 <link rel="preconnect" href="https://fonts.googleapis.com" />19 <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />20 <link href="https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700&family=Inter:wght@400;500;600;700&family=JetBrains+Mono:wght@400;500;700&display=swap" rel="stylesheet" />21 <link rel="icon" href="data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Crect width='64' height='64' rx='12' fill='%2314523a'/%3E%3Ctext x='32' y='45' font-family='Arial Black,sans-serif' font-size='32' font-weight='900' fill='%23d9f26b' text-anchor='middle'%3EFK%3C/text%3E%3C/svg%3E" />22 <script type="module" crossorigin src="/food/assets/index-Drb-3Ygb.js"></script>23 <link rel="stylesheet" crossorigin href="/food/assets/index-6e809LJu.css">24 </head>25 <body>26 <div id="root"></div>27 </body>28</html>29