File tree Expand file tree Collapse file tree 2 files changed +32
-0
lines changed Expand file tree Collapse file tree 2 files changed +32
-0
lines changed Original file line number Diff line number Diff line change
1
+ <!doctype html>
2
+ < html lang ="en ">
3
+ < head >
4
+ < meta charset ="UTF-8 " />
5
+ < title > Exercise 4</ title >
6
+ < link rel ="stylesheet " href ="css/style.css?v=1.0.0.1 ">
7
+ </ head >
8
+ < body >
9
+
10
+ < script type ="text/javascript " src ="js/main.js "> </ script >
11
+
12
+ </ body >
13
+ </ html >
Original file line number Diff line number Diff line change
1
+ # Creating a simple web application
2
+
3
+ ## Features
4
+
5
+ * Create a singlton (app) structure to control the application - controller
6
+ * method init - called on window load
7
+ * public methods
8
+ * setter methods
9
+ * getter methods
10
+ * private methods
11
+ * public variables
12
+ * private variables
13
+ * event system
14
+ * Create a class alike function using the creational design pattern
15
+ * treated as a view object
16
+ * must have a constructor
17
+ * must have template
18
+ * must have a destroy method
19
+ * event system
You can’t perform that action at this time.
0 commit comments