diff --git a/LICENSE.md b/LICENSE.md
new file mode 100644
index 0000000..e69de29
diff --git a/README.md b/README.md
index ed7829a..04089b2 100644
--- a/README.md
+++ b/README.md
@@ -1 +1,60 @@
-COMING SOON
\ No newline at end of file
+
+
+
+
+
+CalcForCardiac
+A minimal friction and zero login clinical calculator made especially for cardiologists!
+
+## โจ Features
+
+- โก Zero login, instant access
+- ๐ซ Multiple medical calculators all in one place
+- ๐ฑ Mobile-first responsive design
+- ๐พ Local storage support (stores past results and bookmarks)
+- ๐ง Clinically relevant interpretations
+
+## Preview
+
+
+
+
+
+## ๐ Section documentation
+- [๐ซ General Cardiology](#-general-cardiology)
+- [๐จ Emergency](#-emergency)
+- [๐งฌ Transplantation](#-transplantation)
+- [๐ ๏ธ Utilities](#๏ธ-utilities)
+## ๐งฎ Calculators
+All of the calculators are accessible in the website. The below list contains the documentation written by me of the calculators that have been made
+### Note:- Documents of some of the calculators may be missing from the repository, they will be made soon
+
+## ๐ซ General Cardiology
+
+
+- [MAP](./docs/General%20Cardiology/MAP.md)
+
+## ๐จ Emergency
+
+
+- [TIMI Score](docs/Emergency/TIMI.md)
+
+## ๐งฌ Transplantation
+
+- [IMPACT Score](docs/Transplantation/IMPACT.md)
+
+## ๐ ๏ธ Utilities
+
+- [Cockcroft gault Equation](docs/Utilities/cockcroft-gault-eq.md)
+- [MELD Score](docs/Utilities/MELD.md)
+
+## ๐ง Why CalcForCardiac?
+
+Most existing clinical calculators:
+- Require login
+- Are cluttered and slow
+
+CalcForCardiac is built to:
+- โก Provide instant access
+- ๐งผ Keep UI minimal and fast
+- ๐ฉบ Deliver clinically meaningful outputs
\ No newline at end of file
diff --git a/public/website_calculators.gif b/public/website_calculators.gif
new file mode 100644
index 0000000..3660594
Binary files /dev/null and b/public/website_calculators.gif differ
diff --git a/public/website_homepage.gif b/public/website_homepage.gif
new file mode 100644
index 0000000..b624f63
Binary files /dev/null and b/public/website_homepage.gif differ
diff --git a/src/app/page.tsx b/src/app/page.tsx
index 29008de..166c643 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -59,7 +59,10 @@ export default function Home(){
-
+
+

+
+
Start with What You Need