+ Random text Random text. Random text Random text. Random text Random text
+ Random text Random text. Random text Random text. Random text Random text
+ Random text Random text. Random text Random text. Random text Random text
+ Random text Random text. Random text Random text. Random text Random text
+
+
+
+
+
+
+
+
+
Login
+
Register
+
+
+
+
+
+
+ );
+ }
+}
+
+
+
+
+export default Login;
\ No newline at end of file
diff --git a/src/components/loginComponents/loginPage.js b/src/components/loginComponents/loginPage.js
new file mode 100644
index 0000000..dc67193
--- /dev/null
+++ b/src/components/loginComponents/loginPage.js
@@ -0,0 +1,25 @@
+import React from "react";
+import Login from "./login";
+import Register from "./register";
+
+import { Switch, Route } from "react-router-dom";
+
+class LoginPage extends React.Component {
+ constructor(props) {
+ super(props);
+ }
+
+ render() {
+ return (
+
+ Random text Random text. Random text Random text. Random text Random text
+ Random text Random text. Random text Random text. Random text Random text
+ Random text Random text. Random text Random text. Random text Random text
+ Random text Random text. Random text Random text. Random text Random text
+
+
+
+
+
+
+
+
+
Login
+
Register
+
+
+
+
+
+
+
+ );
+ }
+}
+
+
+
+
+export default Register;
\ No newline at end of file
diff --git a/src/components/loginComponents/style.css b/src/components/loginComponents/style.css
new file mode 100644
index 0000000..9240b4d
--- /dev/null
+++ b/src/components/loginComponents/style.css
@@ -0,0 +1,11 @@
+body {
+ background-color: red;
+}
+
+.navigation {
+ background-color: gray;
+}
+
+.nav-links li {
+ display: inline;
+}
\ No newline at end of file
diff --git a/src/components/loginComponents/welcome.js b/src/components/loginComponents/welcome.js
new file mode 100644
index 0000000..e69de29
diff --git a/src/constants.js b/src/constants.js
index ca54aec..7a6931e 100644
--- a/src/constants.js
+++ b/src/constants.js
@@ -1 +1,3 @@
-// export const SOME_GLOBAL_CONFIG = "value";
\ No newline at end of file
+// export const SOME_GLOBAL_CONFIG = "value";
+export const FETCH_ADDRESS = "https://bitbookapi.azurewebsites.net/";
+export const API_KEY = "Y3dvKZsv";
\ No newline at end of file
diff --git a/src/index.html b/src/index.html
index ac437dd..7a24106 100644
--- a/src/index.html
+++ b/src/index.html
@@ -1,15 +1,31 @@
-
-
-
-
-
- My React App
-
-
-
-
-
-
-
+
+
+
+
+
+
+ My React App
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+