feat: implement Anthropic API integration with simulation mode and a configurable admin dashboard

This commit is contained in:
RaymondVerhoef
2026-05-10 12:07:00 +02:00
parent 260644b41a
commit a626042092
7 changed files with 583 additions and 30 deletions

View File

@@ -7,10 +7,10 @@ import Login from './pages/Login'
import Dashboard from './pages/Dashboard'
import Admin from './pages/Admin'
import Leren from './pages/Leren'
// Placeholder components for routing structure
const Testen = () => <div className="p-4 md:p-8"><h1 className="text-3xl md:text-4xl text-teal font-bold">Weektest</h1><p className="mt-4">Start your weekly test here.</p></div>
const Leren = () => <div className="p-4 md:p-8"><h1 className="text-3xl md:text-4xl text-teal font-bold">Leren</h1><p className="mt-4">Start your weekly learning session.</p></div>
const Leaderboard = () => <div className="p-4 md:p-8"><h1 className="text-3xl md:text-4xl text-teal font-bold">Leaderboard</h1><p className="mt-4">See who is on top!</p></div>
// Protected Route Wrapper