Question: In this assignment, you will create a simple MVC core application that allows users to sign up and login to a dashboard of a web
In this assignment, you will create a simple MVC core application that allows users to sign up and login to a dashboard of a web application. At this stage, the web application should provide
use cases: signup and login without validation.
Create an app and that
s based on the MVC template. Then, edit the code that
s provided by that template to create signup and login page. Details of the pages of this application are below.
Note that no database is needed in this assignment.
Web Application Details
The Home Page
The home page should show a signup form and a link to the login page
To signup for the web application, users are supposed to enter: first and last name, email address, phone number, password and password confirmation.
When the users submit the form, it displays a message in the same page indicating that
Registration has been successfully completed
The Login Form
Home
Login
In the page, the user should enter his email and password in input boxes to sign in
When the users submit the form, it redirect the user to another page that display welcome message
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
