diff --git a/model-view-controller/etc/model-view-controller.png b/model-view-controller/etc/model-view-controller.png
new file mode 100644
index 000000000..90071bfc1
Binary files /dev/null and b/model-view-controller/etc/model-view-controller.png differ
diff --git a/model-view-controller/etc/model-view-controller.ucls b/model-view-controller/etc/model-view-controller.ucls
new file mode 100644
index 000000000..80e05a730
--- /dev/null
+++ b/model-view-controller/etc/model-view-controller.ucls
@@ -0,0 +1,53 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<class-diagram version="1.1.8" icons="true" automaticImage="PNG" always-add-relationships="false" generalizations="true" 
+  realizations="true" associations="true" dependencies="false" nesting-relationships="true">  
+  <class id="1" language="java" name="com.iluwatar.GiantView" project="model-view-controller" 
+    file="/model-view-controller/src/main/java/com/iluwatar/GiantView.java" binary="false" corner="BOTTOM_RIGHT">    
+    <position height="106" width="198" x="75" y="488"/>    
+    <display autosize="true" stereotype="true" package="true" initial-value="false" signature="true" 
+      sort-features="false" accessors="true" visibility="true">      
+      <attributes public="true" package="true" protected="true" private="true" static="true"/>      
+      <operations public="true" package="true" protected="true" private="true" static="true"/>    
+    </display>  
+  </class>  
+  <class id="2" language="java" name="com.iluwatar.GiantModel" project="model-view-controller" 
+    file="/model-view-controller/src/main/java/com/iluwatar/GiantModel.java" binary="false" corner="BOTTOM_RIGHT">    
+    <position height="268" width="261" x="313" y="488"/>    
+    <display autosize="true" stereotype="true" package="true" initial-value="false" signature="true" 
+      sort-features="false" accessors="true" visibility="true">      
+      <attributes public="true" package="true" protected="true" private="true" static="true"/>      
+      <operations public="true" package="true" protected="true" private="true" static="true"/>    
+    </display>  
+  </class>  
+  <class id="3" language="java" name="com.iluwatar.GiantController" project="model-view-controller" 
+    file="/model-view-controller/src/main/java/com/iluwatar/GiantController.java" binary="false" corner="BOTTOM_RIGHT">    
+    <position height="214" width="249" x="194" y="234"/>    
+    <display autosize="true" stereotype="true" package="true" initial-value="false" signature="true" 
+      sort-features="false" accessors="true" visibility="true">      
+      <attributes public="true" package="true" protected="true" private="true" static="true"/>      
+      <operations public="true" package="true" protected="true" private="true" static="true"/>    
+    </display>  
+  </class>  
+  <association id="4">    
+    <end type="SOURCE" refId="3" navigable="false">      
+      <attribute id="5" name="view"/>      
+      <multiplicity id="6" minimum="0" maximum="1"/>    
+    </end>    
+    <end type="TARGET" refId="1" navigable="true"/>    
+    <display labels="true" multiplicity="true"/>  
+  </association>  
+  <association id="7">    
+    <end type="SOURCE" refId="3" navigable="false">      
+      <attribute id="8" name="giant"/>      
+      <multiplicity id="9" minimum="0" maximum="1"/>    
+    </end>    
+    <end type="TARGET" refId="2" navigable="true"/>    
+    <display labels="true" multiplicity="true"/>  
+  </association>  
+  <classifier-display autosize="true" stereotype="true" package="true" initial-value="false" signature="true" 
+    sort-features="false" accessors="true" visibility="true">    
+    <attributes public="true" package="true" protected="true" private="true" static="true"/>    
+    <operations public="true" package="true" protected="true" private="true" static="true"/>  
+  </classifier-display>  
+  <association-display labels="true" multiplicity="true"/>
+</class-diagram>
\ No newline at end of file