diff --git a/ANSWERS.md b/ANSWERS.md
new file mode 100644
index 000000000..c6ea3cf5a
--- /dev/null
+++ b/ANSWERS.md
@@ -0,0 +1,15 @@
+- [ ] Explain what a token is used for.
+
+A token is really used to authenticate if the credentials a user puts in to "log in" with are correct so then will take the user to the correct path.
+
+- [ ] What steps can you take in your web apps to keep your data secure?
+
+You can add privateRoutes to protected components by using client-side or server-side authentication
+
+- [ ] Describe how web servers work.
+
+web servers are in the actual computer that stores the code/data. the code that tells the computer what to do is called the web server
+
+- [ ] Which HTTP methods can be mapped to the CRUD acronym that we use when interfacing with APIs/Servers.
+
+Post, Get, Put, Delete
\ No newline at end of file
diff --git a/README.md b/README.md
index 9f3fe7558..240cfabfc 100644
--- a/README.md
+++ b/README.md
@@ -29,11 +29,16 @@ In this project you will create a login page and request a token from the server
Demonstrate your understanding of this Sprint's concepts by answering the following free-form questions. Edit this document to include your answers after each question. Make sure to leave a blank line above and below your answer so it is clear and easy to read by your project manager.
- [ ] Explain what a token is used for.
+
- [ ] What steps can you take in your web apps to keep your data secure?
+
- [ ] Describe how web servers work.
+
- [ ] Which HTTP methods can be mapped to the CRUD acronym that we use when interfacing with APIs/Servers.
+
+
## Project Set Up
Follow these steps to set up and work on your project:
diff --git a/client/public/index.html b/client/public/index.html
index 42ae2d2dc..e0994bed3 100755
--- a/client/public/index.html
+++ b/client/public/index.html
@@ -9,7 +9,7 @@
manifest.json provides metadata used when your web app is added to the
homescreen on Android. See https://developers.google.com/web/fundamentals/engage-and-retain/web-app-manifest/
-->
-
+