App Directory Structure

	[index.html]
	The file on which the basic skeleton of an HTML page is built on. File paths to CSS, JS, images and videos are defined on this file.

	[css folder]
	Contains the style.css file, on which modifications are made to style the presentation of the HTML code.

	[js folder]
	- Helper folder: Contains utility JS file for data binding support.
	- controller.js: Controls the actions of html elements.

	[data folder]
	Contains json files, which acts like a model to html page .(content of HTML elements).

	[res folder]
	Contains multimedia resource files
	- images folder contains image files, if needed.
	- videos folder contains video files, if needed.

	[fonts folder]
	Contains fonts, if needed.