+
+
+ All
+
+
+ Active
+
+
+ Completed
+
+
+
+ );
+}
+
+export default NavItem;
\ No newline at end of file
diff --git a/src/components/NavItems/NavItems.scss b/src/components/NavItems/NavItems.scss
new file mode 100644
index 00000000..253e30ab
--- /dev/null
+++ b/src/components/NavItems/NavItems.scss
@@ -0,0 +1,25 @@
+.should__be__nav {
+ li {
+ font-weight: 500;
+ list-style: none;
+ cursor: pointer;
+ }
+
+ li:hover {
+ color: #505050;
+ }
+
+ .navigation {
+ color: #a8a8a8;
+ }
+
+ .navigation:hover {
+ text-decoration: none;
+ color: #505050;
+ }
+
+ .active {
+ color: #5278ca;
+ text-align: center;
+ }
+ }
\ No newline at end of file
diff --git a/src/components/NavItems/index.js b/src/components/NavItems/index.js
new file mode 100644
index 00000000..bcaf7397
--- /dev/null
+++ b/src/components/NavItems/index.js
@@ -0,0 +1 @@
+export { default } from "./NavItems";
\ No newline at end of file
diff --git a/src/components/NotToDo/NotToDo.js b/src/components/NotToDo/NotToDo.js
new file mode 100644
index 00000000..2d5331cf
--- /dev/null
+++ b/src/components/NotToDo/NotToDo.js
@@ -0,0 +1,22 @@
+import React from "react";
+import "./NotToDo.scss";
+import image from "../../img/undraw.svg";
+
+function NotToDo() {
+ return (
+