Skip to content

Commit

Permalink
feat: longer proj desc
Browse files Browse the repository at this point in the history
Signed-off-by: Thaddeus Kuah <[email protected]>
  • Loading branch information
thaddeuskkr committed Feb 24, 2025
1 parent 6942ab4 commit 8b5de55
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions src/pages/projects.astro
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,15 @@ const path = Astro.url.pathname.replace(/\//g, "");
<h1 class="text-lg font-semibold">pay2live</h1>
<span class="text-zinc-400">Nov 2024 - Feb 2025 • Nanyang Polytechnic</span>
<p>
I developed a web application designed to streamline patient management for small clinics. The solution
incorporates an appointment booking system, queue management, an administrative portal, and an online
store with cart functionality. It also leverages WhatsApp for OTP-based login/identity verification and
patient notifications. The tech stack — Flask, Jinja, MongoDB, Tailwind CSS, and jQuery — is organized
into a clear, modular code base.
I led the development of a web application designed to streamline patient management for small clinics.
The solution incorporates an appointment booking system, queue management, an administrative portal, and
an online store with cart functionality. It also leverages WhatsApp for OTP-based login/identity
verification and patient notifications. The tech stack — Flask, Jinja, MongoDB, Tailwind CSS, and jQuery
— is organized into a clear, modular code base. Deployed via Docker in the cloud, it uses GitHub Actions
for seamless automated image builds. As project leader, I oversaw both the hosting environment and
database logic, ensuring efficient workflows across the team. I also structured the overall code base,
developed the administrative dashboards, implemented login and user management, and provided guidance
when my teammates needed it.
</p>
</div>
<div class="mb-4 flex flex-col gap-1">
Expand Down

0 comments on commit 8b5de55

Please sign in to comment.