From dba403832803f659d9a65655a0830fb0d3af6dd4 Mon Sep 17 00:00:00 2001
From: Apurva <92764056+avarigonda24@users.noreply.github.com>
Date: Sat, 14 Sep 2024 18:41:53 -0400
Subject: [PATCH] Add files via upload
---
src/App.tsx | 269 ++++++++++++++++++++++++++++++++++++++++++++++++----
1 file changed, 253 insertions(+), 16 deletions(-)
diff --git a/src/App.tsx b/src/App.tsx
index 1936625..e801671 100644
--- a/src/App.tsx
+++ b/src/App.tsx
@@ -60,31 +60,268 @@ function Chat() {
);
}
+function NavBar() {
+ return (
+
+ )
+}
+
function About() {
return (
-
-
Patient Disease Classification
-
This is the page about disease classification.
-
+
+
+
+
Patient Disease Classification
+
This is the page about disease classification.
+
+
);
}
+function Home() {
+ return (
+
+
+
+
+
Getting Started
+
+
+
+
+ );
+}
+
+function Login() {
+ return (
+
+
+
+
+
+
Log In
+
+
+
+
Incorrect Username or Password
+
+
Don't have an account? Create Account
+
+
+
+
+ );
+}
+
+function CreateAccount() {
+ return (
+
+
+
+
+
+
Create Account
+
+
+
+
One or more fields unfilled
+
+
+
+
+
+ )
+}
+
+function Patient() {
+ return (
+
+
+
Lastname, Firstname
+
+
+
+
+
+
+
+ )
+}
+
+function Dashboard() {
+ return (
+
+
+
+
+
+ )
+}
+
+
+function AddPatient() {
+ const Ages: number[] = Array.from(Array(100).keys())
+ console.log(Ages)
+ return (
+
+
+
+
+ )
+}
+
+function Test() {
+ return (
+
+
+
+ )
+}
+
+function Results() {
+ return (
+
+
+
+ )
+}
+
+
+
+
+
+
+
+
+
+
+// // //
+
+
+
+
+
+
export default function App() {
return (
-
-
- } />
+ } />
+ } />
+ } />
+ } />
+ } />
+ } />
+ } />
} />