From c63f807f76e74689d6434e493efb01935919e86f Mon Sep 17 00:00:00 2001 From: Nikhil rai Date: Wed, 26 Mar 2025 14:22:11 +0530 Subject: [PATCH] add join game page --- app/joingame/page.tsx | 38 ++++++++++++++++++++++++++++++++++++++ public/card.svg | 10 ++++++++++ public/joinGameBg.svg | 19 +++++++++++++++++++ 3 files changed, 67 insertions(+) create mode 100644 app/joingame/page.tsx create mode 100644 public/card.svg create mode 100644 public/joinGameBg.svg diff --git a/app/joingame/page.tsx b/app/joingame/page.tsx new file mode 100644 index 0000000..b8f742f --- /dev/null +++ b/app/joingame/page.tsx @@ -0,0 +1,38 @@ +import Image from "next/image"; +import React from "react"; + +const JoinGame = () => { + + return ( +
+ +
+
+

ENTER GAME CODE

+
+ + + + +
+
+ +
+
+
+ join card +
+
+
+ ); +}; + +export default JoinGame; diff --git a/public/card.svg b/public/card.svg new file mode 100644 index 0000000..5c263cf --- /dev/null +++ b/public/card.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/public/joinGameBg.svg b/public/joinGameBg.svg new file mode 100644 index 0000000..786d612 --- /dev/null +++ b/public/joinGameBg.svg @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + +