diff --git a/README.md b/README.md
index 611fa98..81a2043 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,23 @@
-## Android Research Tech
+## Android MVVM
- Template repository for doing research on Android Technologies
+## API Reference
+- [NEWS API](https://newsapi.org/)
+- [MEAL API](https://www.themealdb.com/api.php)
+
+## Tech Stack
+- Coroutine
+- Hilt
+
+## Structure
+![Structure](docs/image/structure.png)
+
+## Screen Shot
+| NEWS API | MEAL API |
+|:------------------------------------------------------------:|:------------------------------------------------------------:|
+| | |
+
+
## Colaborator
Very open to anyone, I'll write your name under this, please contribute by sending an email to me
diff --git a/docs/image/structure.png b/docs/image/structure.png
new file mode 100644
index 0000000..e08e427
Binary files /dev/null and b/docs/image/structure.png differ
diff --git a/docs/image/ui_1.png b/docs/image/ui_1.png
new file mode 100644
index 0000000..ef95784
Binary files /dev/null and b/docs/image/ui_1.png differ
diff --git a/docs/image/ui_2.png b/docs/image/ui_2.png
new file mode 100644
index 0000000..1dc803e
Binary files /dev/null and b/docs/image/ui_2.png differ