diff --git a/README.md b/README.md
index 29c9f22813f3c160a22d2e79c525e6d4891968b1..dc00248114887a92f2c29b2a546e6bbf9b2d9e0f 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,44 @@
-# OMRekap
+<!-- PROJECT LOGO -->
+<br />
+<div align="center">
+  <a href="https://gitlab.informatika.org/k-02-09/omrekap.git">
+    <img src="screenshots/icon_launcher.png" alt="Logo" width="80" height="80">
+  </a>
+
+  <h3 align="center">OMRekap</h3>
+
+  <p align="center">
+    Aplikasi Rekapitulasi Pemilihan Umum 
+    <br />
+    <a href="https://drive.google.com/file/d/1Z7-iwjspu0tJr2c9R2ZTLW68enhBc1zD/view?usp=drive_link"><strong>Explore the docs »</strong></a>
+    <br />
+  </p>
+</div>
+
+<!-- TABLE OF CONTENTS -->
+<details>
+  <summary>Table of Contents</summary>
+  <ol>
+    <li>
+      <a href="#about-the-project">About The Project</a>
+      <ul>
+        <li><a href="#built-with">Built With</a></li>
+      </ul>
+    </li>
+    <li>
+      <a href="#getting-started">Getting Started</a>
+      <ul>
+        <li><a href="#prerequisites">Prerequisites</a></li>
+        <li><a href="#installation">Installation</a></li>
+      </ul>
+    </li>
+    <li><a href="#Development">Development</a></li>
+    <li><a href="#usage">Usage</a></li>
+    <li><a href="#contact">Contact</a></li>
+    <li><a href="#acknowledgments">Acknowledgments</a></li>
+  </ol>
+</details>
+
 
 ## Development
 ### Clone the repository
@@ -20,5 +60,14 @@ git clone https://gitlab.informatika.org/k-02-09/omrekap
 * Update spotless.gradle based on Ktlint rules [here](https://pinterest.github.io/ktlint/0.50.0/rules/configuration-ktlint/)
 * Clean gradle cache
 ```bash
-./gradlew clean
-* ```
+./gradlew clean 
+```
+
+<p align="right">(<a href="#readme-top">back to top</a>)</p>
+
+# Built With
+* [![Android](https://img.shields.io/badge/Android-%233DDC84.svg?&style=flat&logo=android&logoColor=white)](https://developer.android.com/)
+* [![Kotlin](https://img.shields.io/badge/Kotlin-%230095D5.svg?&style=flat&logo=kotlin&logoColor=white)](https://kotlinlang.org/)
+* [![Gradle](https://img.shields.io/badge/Gradle-%2302303A.svg?&style=flat&logo=gradle&logoColor=white)](https://gradle.org/)
+* [![OpenCV](https://img.shields.io/badge/OpenCV-%23opencv.svg?&style=flat&logo=opencv&logoColor=white)](https://opencv.org/)
+