diff --git a/README.md b/README.md
new file mode 100644
index 0000000000000000000000000000000000000000..a13b3b35f9231e2650d11395623bbff91dbd3c14
--- /dev/null
+++ b/README.md
@@ -0,0 +1,10 @@
+# Tugas Map Reduce
+Aidil Rezjki S S - 13517070
+## How to Build & Run
+Scripts are available in `Makefile`. You can use `make` to run the available commands.
+## Word Counter
+[Word Counter Test](images/word-counter-test.png)
+## Average Counter
+[Average Counter Test](images/average-counter-test.png)
+## Top Ten Filter
+[Top Ten Filter Test](images/top-ten-filter-test.png)
diff --git a/images/average-counter-test.png b/images/average-counter-test.png
new file mode 100644
index 0000000000000000000000000000000000000000..70a0cc98577eba166919304d6b979609cb402b5c
Binary files /dev/null and b/images/average-counter-test.png differ
diff --git a/images/top-ten-filter-test.png b/images/top-ten-filter-test.png
new file mode 100644
index 0000000000000000000000000000000000000000..a7eefeb8845e1cbbe55dccc161fcae4d771d4bef
Binary files /dev/null and b/images/top-ten-filter-test.png differ
diff --git a/images/word-counter-test.png b/images/word-counter-test.png
new file mode 100644
index 0000000000000000000000000000000000000000..4dcb8ba31843c2d72c9cde4261df75e0240458f9
Binary files /dev/null and b/images/word-counter-test.png differ