diff --git a/.vscode/settings.json b/.vscode/settings.json index 60972d0..58ff454 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,4 +1,4 @@ { - "typescript.tsdk": "node_modules/.pnpm/typescript@4.9.5/node_modules/typescript/lib", + "typescript.tsdk": "node_modules\\.pnpm\\typescript@4.9.5\\node_modules\\typescript\\lib", "typescript.enablePromptUseWorkspaceTsdk": true -} +} \ No newline at end of file diff --git a/app/dashboard/page.tsx b/app/dashboard/page.tsx index cb8cab1..fece35a 100644 --- a/app/dashboard/page.tsx +++ b/app/dashboard/page.tsx @@ -1,12 +1,42 @@ +import Card from '@/ui/Card'; +import CardTable from '@/ui/CardTable'; + export default function Page() { return (
-
-

- Amuse toi avec Next.js et{' '} - Tailwindcss ! -

+
+

Statistique

+
+ + + +
+
+
+

Guide

+
+
+
+
+

Bold data

+

Simple data

+
+
+
+
+
+
+

Dernières activités

+
+ +
+
+
); } + + + + diff --git a/ui/Card.tsx b/ui/Card.tsx new file mode 100644 index 0000000..9be6e5c --- /dev/null +++ b/ui/Card.tsx @@ -0,0 +1,12 @@ +export default function Card() { + return ( +
+
+
+

Bold data

+

Simple data

+
+
+
+ ); + } \ No newline at end of file diff --git a/ui/CardTable.tsx b/ui/CardTable.tsx new file mode 100644 index 0000000..5cb719a --- /dev/null +++ b/ui/CardTable.tsx @@ -0,0 +1,202 @@ +export default function CardTable() { + + return ( +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ Exercice + + Tentative + + Score + + Dernier essai + + Reprendre +
+ Exercice 1 + + 30 + + 300 + + 10/10/2010 + + Reprendre +
+ Exercice 1 + + 40 + + 300 + + 10/10/2010 + + Reprendre +
+ Exercice 1 + + 60 + + 300 + + 10/10/2010 + + Reprendre +
+ Exercice 1 + + 60 + + 300 + + 10/10/2010 + + Reprendre +
+ Exercice 1 + + 60 + + 300 + + 10/10/2010 + + Reprendre +
+ Exercice 1 + + 60 + + 300 + + 10/10/2010 + + Reprendre +
+ Exercice 1 + + 60 + + 300 + + 10/10/2010 + + Reprendre +
+ Exercice 1 + + 60 + + 300 + + 10/10/2010 + + Reprendre +
+ Exercice 1 + + 60 + + 300 + + 10/10/2010 + + Reprendre +
+ Exercice 1 + + 60 + + 300 + + 10/10/2010 + + Reprendre +
+
+ ); + +} +