From e0addf3b770ad07357711eef951b764a3a15b470 Mon Sep 17 00:00:00 2001 From: wlren Date: Sat, 8 Oct 2022 19:48:14 +0800 Subject: [PATCH] [questions][ui] landing page --- apps/portal/src/pages/questions/landing.tsx | 111 ++++++++++++++++++++ 1 file changed, 111 insertions(+) create mode 100644 apps/portal/src/pages/questions/landing.tsx diff --git a/apps/portal/src/pages/questions/landing.tsx b/apps/portal/src/pages/questions/landing.tsx new file mode 100644 index 00000000..6f80619c --- /dev/null +++ b/apps/portal/src/pages/questions/landing.tsx @@ -0,0 +1,111 @@ +import { useForm } from 'react-hook-form'; +import { Button, Select } from '@tih/ui'; + +import NavBar from '~/components/questions/NavBar'; + +export type LandingQueryData = { + date: string; + location: string; + questionType: string; +}; +export default function LandingPage() { + const { register, handleSubmit } = useForm(); + + const onSubmit = (data: LandingQueryData) => { + // eslint-disable-next-line no-console + console.log(data); + }; + + return ( +
+
+ +
+
+

+ Tech Interview Question Bank +

+

+ Get to know the latest SWE interview questions asked by top companies +

+ +
+

Find

+
+ +

in

+