Login Modal
A look at the Login Modal's interface of our application.
We'll cover the following...
We'll cover the following...
About the application
In this application, we have a Login
modal that contains two Textfield
components and one Button
component wrapped up inside a form
which is further wrapped up inside a Paper
component. Also, the user is required to fill those fields and submit the form. Then, we have a doLogin
function that takes care of the processing of those entered ...