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