App using C# in Visual Studio

App using C# in Visual Studio

Create an App using C# in Visual Studio

In C# in Visual studios create an app for an online movie store (similar to buying movies on Amazon) that includes the following:

The app badge/icon
The app’s initial home screen when launched, complete with basic company information, logo, and login fields (username, password)
A properly configured database for user accounts, with a minimum of 5 user accounts set up and fully functioning
A minimum of 3 app screens (accessed after login) for users to access client information appropriate to the company (such as “About Us” or “Services” or “Current Orders” or “New Releases”)
A properly functioning Sign Out button, available on all pages
A screen confirming successful sign out.

App using C# in Visual Studio