Hi satish,
For your scenario, I think you need Use the Navigation App project template to create an app that contains multiple pages of content. as for click on login button navigate to the home page, you can attach the event handler to your login
button in the home.js file's ready function, and in event handler write code like this: WinJS.Navigation.navigate("home.html");
more details please refer PageControl objects and navigation (Windows Store apps using JavaScript and HTML) (Windows)http://msdn.microsoft.com/en-us/library/windows/apps/jj663505.aspx
Hope this helps, thanks.
Yanping Wang
MSDN Community Support | Feedback to us
Develop and promote your apps in Windows Store
Please remember to mark the replies as answers if they help and unmark them if they provide no help.