Login View App Project in Intel XDK - Part 1
This app helps you include support for logging in to proceed with the app. The user will be asked to register his login information before he/she access the app. Intel XDK version 3400 and Windows 10 Professional were used for this post. Some details of Login View App are available here: LoginView_00 Launch Intel XDK and Start a New Project. The following window with all the templates open. LoginView-01 Click on Login View App to display this window. LoginView-02 In the Login View App window choose Standard HTML5. LoginView-03 Click Continue at the bottom right. In the New Project Name and Location screen that gets displayed provide a name for the project LoginView-04 Enter a name, herein TestLog and click Create . The project is successfully created. LoginView-05 The Intel XDK displays the index.html page as shown. LoginView-06 It has 4 views under the 'pages' section. Welcome View Login View Register View and th...