diff --git a/README.md b/README.md
index e305e88830a072c1d0b002ef50cfbf6d1a0bf39a..7803c70b6690168a7e16bf4495b8fdb0d8c2e6e7 100644
--- a/README.md
+++ b/README.md
@@ -17,7 +17,11 @@ facilitates effective collaboration.
 
 ## Documentation
 
+* [Wireframes](docs/wireframes.md)
+* [Mockups](docs/mockups.md)
 * [Accessibility Report](docs/accessibility.md)
+* [User Documentation](docs/user-docs.md)
+* [API Documentation](docs/user-docs.md)
 
 ## Getting Started
 
diff --git a/docs/api-docs.md b/docs/api-docs.md
new file mode 100644
index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391
diff --git a/docs/images/wireframes/login.png b/docs/images/wireframes/login.png
new file mode 100644
index 0000000000000000000000000000000000000000..44e882569c8a7f26372b8af1117ee7d62deb65c3
Binary files /dev/null and b/docs/images/wireframes/login.png differ
diff --git a/docs/images/wireframes/project.png b/docs/images/wireframes/project.png
new file mode 100644
index 0000000000000000000000000000000000000000..789237fe6128bfaad32ff047fffe9dc78c0f0dcd
Binary files /dev/null and b/docs/images/wireframes/project.png differ
diff --git a/docs/images/wireframes/projects.png b/docs/images/wireframes/projects.png
new file mode 100644
index 0000000000000000000000000000000000000000..eb66e5fbe853add106fa37797d6caf87c8b5795b
Binary files /dev/null and b/docs/images/wireframes/projects.png differ
diff --git a/docs/images/wireframes/sidebar.png b/docs/images/wireframes/sidebar.png
new file mode 100644
index 0000000000000000000000000000000000000000..232ec8df86243f975c475ce13e1a91c25b55417f
Binary files /dev/null and b/docs/images/wireframes/sidebar.png differ
diff --git a/docs/images/wireframes/task1.png b/docs/images/wireframes/task1.png
new file mode 100644
index 0000000000000000000000000000000000000000..432b12e12c6fdb0e954d42cdc8d50f2104db3d11
Binary files /dev/null and b/docs/images/wireframes/task1.png differ
diff --git a/docs/images/wireframes/task2.png b/docs/images/wireframes/task2.png
new file mode 100644
index 0000000000000000000000000000000000000000..8e41df0fb7b1f8f345ebfae2bcedc97b0abbbbf8
Binary files /dev/null and b/docs/images/wireframes/task2.png differ
diff --git a/docs/images/wireframes/tasks.png b/docs/images/wireframes/tasks.png
new file mode 100644
index 0000000000000000000000000000000000000000..4f064333b00a3b67144ac191d4f31d612b073e10
Binary files /dev/null and b/docs/images/wireframes/tasks.png differ
diff --git a/docs/mockups.md b/docs/mockups.md
new file mode 100644
index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391
diff --git a/docs/user-docs.md b/docs/user-docs.md
new file mode 100644
index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391
diff --git a/docs/wireframes.md b/docs/wireframes.md
new file mode 100644
index 0000000000000000000000000000000000000000..5e4d2cd609d6175dc19d4312340ff1bc1758f5ef
--- /dev/null
+++ b/docs/wireframes.md
@@ -0,0 +1,18 @@
+# Wireframes
+
+This document includes some of the wireframes created during the design phase of the project.
+
+![Login](images/wireframes/login.png)
+
+![Sidebar](images/wireframes/sidebar.png)
+
+![Tasks](images/wireframes/tasks.png)
+
+![Task](images/wireframes/task1.png)
+
+![Task](images/wireframes/task2.png)
+
+![Projects](images/wireframes/projects.png)
+
+![Project](images/wireframes/project.png)
+