while(alive){
coffee();
code();
sleep();
}
PROJECTS ACCOMPLISHED:
WhatsApp bot that collects images and PDFs sent by patient in real time and make one PDF of them and sends to Physiologist, upcomming medias will be appended to this PDF.
Physio Dashboard: A dashboard behind authentication, provides patient details and reports, consultation scheduler for physios Patient Report: creating a PDF dynamically from a JSON object using NEXTJS containing patient details.