Skip to content

Commit 294feda

Browse files
committed
updating exercise 4 description
1 parent 67abc62 commit 294feda

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

EXERCISE/Exercise 4/readme.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,21 @@
1717
* must have template
1818
* must have a destroy method
1919
* 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

Comments
 (0)