+
Welcome to Gather!
Your go to place to keep track of your stuff
);
-}
+};
export default HomePage;
diff --git a/frontend/src/pages/LoginPage.tsx b/frontend/src/pages/LoginPage.tsx
index 9c99326..a8ff3fc 100644
--- a/frontend/src/pages/LoginPage.tsx
+++ b/frontend/src/pages/LoginPage.tsx
@@ -8,7 +8,7 @@ import {
Link,
Flex,
Text,
-} from '@chakra-ui/react';
+} from "@chakra-ui/react";
const LoginPage = () => {
// Responsive styles for input fields
@@ -23,20 +23,44 @@ const LoginPage = () => {
width="100vw"
bg="#DCE1DE"
>
-
+
- Login
+
+ Login
+
Email
-
+
Password
-
+
-
- Create New Account
- Forgot Your Password?
+
+
+ Create New Account
+
+
+ Forgot Your Password?
+
diff --git a/frontend/src/pages/SignupPage.tsx b/frontend/src/pages/SignupPage.tsx
index 60defb1..47363c5 100644
--- a/frontend/src/pages/SignupPage.tsx
+++ b/frontend/src/pages/SignupPage.tsx
@@ -7,8 +7,8 @@ import {
Box,
Link,
Flex,
- Text
-} from '@chakra-ui/react';
+ Text,
+} from "@chakra-ui/react";
const SignupPage = () => {
return (
@@ -19,35 +19,69 @@ const SignupPage = () => {
width="100vw"
bg="#DCE1DE"
>
-
+
- Create New Account
+
+ Create New Account
+
First Name
-
+
Last Name
-
+
Email
-
+
Password
-
+
Confirm Password
-
+
-
- Already have an account? Log In
+
+
+ Already have an account? Log In
+
);
};
-export default SignupPage;
\ No newline at end of file
+export default SignupPage;
diff --git a/frontend/vite.config.ts b/frontend/vite.config.ts
index 5a33944..9cc50ea 100644
--- a/frontend/vite.config.ts
+++ b/frontend/vite.config.ts
@@ -1,7 +1,7 @@
-import { defineConfig } from 'vite'
-import react from '@vitejs/plugin-react'
+import { defineConfig } from "vite";
+import react from "@vitejs/plugin-react";
// https://vitejs.dev/config/
export default defineConfig({
plugins: [react()],
-})
+});