We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67abc62 commit 294fedaCopy full SHA for 294feda
EXERCISE/Exercise 4/readme.md
@@ -17,3 +17,21 @@
17
* must have template
18
* must have a destroy method
19
* event system
20
+
21
+# The actual task
22
23
+* web app representing an OS desktop
24
+* create and destroy windows from the controller
25
+* each window must have:
26
+ * title
27
+ * content
28
+ * close button - destroys the window
29
+ * minimize button - minimizes the window
30
+ * maximize button - maximazes the application
31
+ * representation in the bottom sidebar
32
+ * template to be rendered with
33
+ * unique ID
34
+ * public method exit - destroys all windows
35
+ * public method clean - minimizes active window
36
+ * only one window must be shown at a time
37
+ * create your own style and markup
0 commit comments