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 ( +
+ +
+

Add Patient

+
+

General Information

+ + +
+ + + + + + + +
+

Medical History

+

Check all that apply:

+ + + + + +
+

Lifestyle

+ + + +
+

Clinical Measurements

+ /
+ + + +
+

Clinical Measurements

+ + +
+

Symptoms

+

Check all that apply:

+ + + + + + +
+

Diagnosis

+
+ + +
+
+
+ ) +} + +function Test() { + return ( +
+ +
+ ) +} + +function Results() { + return ( +
+ +
+ ) +} + + + + + + + + + + +// // // + + + + + + export default function App() { return ( - - - } /> + } /> + } /> + } /> + } /> + } /> + } /> + } /> } />