diff --git a/frontend/src/pages/Form.js b/frontend/src/pages/Form.js
index ea7efd1..39c62b0 100644
--- a/frontend/src/pages/Form.js
+++ b/frontend/src/pages/Form.js
@@ -50,7 +50,11 @@ function Form() {
             
               Just add the Issues, and let the Open source contributers show
               their magic with the respetive Tech-Stack.
-              Github link 
+              
+                
+                  Github link
+                {" "}
+              
             
           
           
diff --git a/frontend/src/pages/nextFile.js b/frontend/src/pages/nextFile.js
new file mode 100644
index 0000000..338f53d
--- /dev/null
+++ b/frontend/src/pages/nextFile.js
@@ -0,0 +1,20 @@
+import React from 'react'
+import './Card.css'
+import { GoRepo } from "react-icons/go";
+import { Link } from 'react-router-dom';
+
+function nextFile({url, title, desc}) {
+  return (
+    
+      
+        
+          
+          
{title}
+        
+        
{desc}
+      
+    
+  )
+}
+
+export default nextFile
\ No newline at end of file
diff --git a/newFile.js b/newFile.js
new file mode 100644
index 0000000..e69de29