diff --git a/AppShell.xaml b/AppShell.xaml
index df3a2c6..024f992 100644
--- a/AppShell.xaml
+++ b/AppShell.xaml
@@ -73,5 +73,10 @@
Title="My Recipes Page"
ContentTemplate="{DataTemplate pages:MyRecipesPage}"
Route="MyRecipes" />
+
+
\ No newline at end of file
diff --git a/Pages/CreateRecipePage.xaml b/Pages/CreateRecipePage.xaml
new file mode 100644
index 0000000..2418c52
--- /dev/null
+++ b/Pages/CreateRecipePage.xaml
@@ -0,0 +1,66 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Pages/CreateRecipePage.xaml.cs b/Pages/CreateRecipePage.xaml.cs
new file mode 100644
index 0000000..2d0239b
--- /dev/null
+++ b/Pages/CreateRecipePage.xaml.cs
@@ -0,0 +1,9 @@
+namespace ShoopNCook.Pages;
+
+public partial class CreateRecipePage : ContentPage
+{
+ public CreateRecipePage()
+ {
+ InitializeComponent();
+ }
+}
\ No newline at end of file
diff --git a/Pages/RecipePage.xaml b/Pages/RecipePage.xaml
index 6158f67..9f26d86 100644
--- a/Pages/RecipePage.xaml
+++ b/Pages/RecipePage.xaml
@@ -15,14 +15,17 @@
+
+
+