removed useless ignores

pull/12/head
maxime.BATISTA@etu.uca.fr 2 years ago
parent ad71688dad
commit 27986dc35c

@ -0,0 +1,15 @@
namespace ShoopNCook;
public class MainPage : ContentPage
{
public MainPage()
{
Content = new VerticalStackLayout
{
Children = {
new Label { HorizontalOptions = LayoutOptions.Center, VerticalOptions = LayoutOptions.Center, Text = "Welcome to .NET MAUI!"
}
}
};
}
}

@ -52,8 +52,8 @@
<PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="7.0.0" />
</ItemGroup>
<ItemGroup>
<Folder Include="Views\" />
<ItemGroup>
<Folder Include="Views\" />
</ItemGroup>
</Project>

@ -0,0 +1,21 @@
![image](sketchs/ShopNCooKDebutSketch.png)
<br>
![image](sketchs/Splash.png)
<br>
![image](sketchs/Login.png)
<br>
![image](sketchs/SignUp.png)
<br>
![image](sketchs/Home.png)
<br>
![image](sketchs/Recipe.png)
<br>
![image](sketchs/Splash.png)
<br>
![image](sketchs/Search.png)
<br>
![image](sketchs/SearchFilter.png)
<br>
![image](sketchs/Menu.png)
<br>
![image](sketchs/Profile.png)
Loading…
Cancel
Save