{"id":31165313,"url":"https://github.com/athikajishida/doctersapp-web","last_synced_at":"2026-05-07T19:03:42.455Z","repository":{"id":314681993,"uuid":"1056396354","full_name":"Athikajishida/DoctersApp-web","owner":"Athikajishida","description":"MediConnect – Online Doctor Consultation \u0026 Patient Management System  Description: MediConnect is a full-stack healthcare web application designed for seamless doctor–patient interactions. Patients can register, book consultation slots, make payments, and optionally upload medical reports (scans, lab results, prescriptions, etc.)","archived":false,"fork":false,"pushed_at":"2025-09-14T02:35:01.000Z","size":898,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-09-14T04:19:46.562Z","etag":null,"topics":["amazon-ec2","appointment-booking-app","clean-architecture","google-meet","healthcare","reactjs","telemedicine","typescript","whatsapp"],"latest_commit_sha":null,"homepage":"http://register.cancerclinickerala.com","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Athikajishida.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-09-14T02:06:44.000Z","updated_at":"2025-09-14T02:35:04.000Z","dependencies_parsed_at":"2025-09-14T04:19:49.505Z","dependency_job_id":"780ad01e-655f-4ae5-815d-4adcbb09d6ed","html_url":"https://github.com/Athikajishida/DoctersApp-web","commit_stats":null,"previous_names":["athikajishida/doctersapp-web"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/Athikajishida/DoctersApp-web","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Athikajishida%2FDoctersApp-web","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Athikajishida%2FDoctersApp-web/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Athikajishida%2FDoctersApp-web/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Athikajishida%2FDoctersApp-web/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Athikajishida","download_url":"https://codeload.github.com/Athikajishida/DoctersApp-web/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Athikajishida%2FDoctersApp-web/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278866931,"owners_count":26059671,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-07T02:00:06.786Z","response_time":59,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["amazon-ec2","appointment-booking-app","clean-architecture","google-meet","healthcare","reactjs","telemedicine","typescript","whatsapp"],"created_at":"2025-09-19T08:09:18.295Z","updated_at":"2025-10-08T00:03:58.438Z","avatar_url":"https://github.com/Athikajishida.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🏥 MediConnect Frontend\n\nMediConnect is a seamless doctor–patient consultation platform.  \nThis repository contains the **frontend application** built with **React + TypeScript**, following **Clean Architecture principles**.\n\n---\n\n## ✨ Features\n\n### 👩‍⚕️ Patient Side\n- Register \u0026 book consultation slots with online payment\n- Upload medical reports (scans, lab results, prescriptions)\n- Add optional symptoms during booking\n- Receive consultation notifications via **Google Meet** \u0026 **WhatsApp**\n- Access prescriptions by email (print-ready for pharmacy use)\n\n### 👨‍⚕️ Doctor/Admin Side\n- Dashboard to view today’s, upcoming, and past appointments\n- Manage patient profiles, history, documents, and reports\n- Flexible scheduling (regular + custom schedules)\n- Start Google Meet directly from appointments\n- Prescription management with automated patient email delivery\n\n---\n\n## 🛠️ Tech Stack\n\n- **Frontend:** React, TypeScript  \n- **State Management:** Context API  \n- **Architecture:** Clean Architecture  \n  - Service Layer  \n  - Context Layer  \n  - Type Checkers  \n  - Custom Hooks  \n- **Styling:** (add your choice: Tailwind)  \n- **Hosting:** Amazon EC2  \n\n---\n\n## 📂 Project Structure\n\nsrc/\n\n├── components/ # Reusable UI components\n\n├── contexts/ # Global state management with Context API\n\n├── hooks/ # Custom React hooks\n\n├── services/ # API calls \u0026 business logic\n\n├── types/ # TypeScript type definitions\n\n├── pages/ # App pages (Patient, Doctor, etc.)\n\n├── utils/ # Helper functions\n\n└── App.tsx # Root component\n\n\n---\n\n## 🚀 Getting Started\n\n### Prerequisites\n- Node.js \u003e= 18\n- npm or yarn\n\n### Installation\n\n### 1. Clone the repository\n```bash\ngit clone https://github.com/Athikajishida/DoctersApp-web.git\n```\n\n\n### 2. Navigate into the project folder\n```bash\ncd mediconnect-frontend\n```\n\n### 3. Install dependencies\n```bash\nnpm install\n```\n# or\n```bash\nyarn install\n```\n\n### 4. Running Locally\n```bash\nnpm run dev\n```\n# or\n```bash\nyarn dev\n```\n\n## 🌐Deployment\n\nThe app is hosted on Amazon EC2.\n👉 [Live Demo](http://register.cancerclinickerala.com)\n\n## 📧 Contact\nIf you have any questions or suggestions:\nAthika Jishida M – Ruby on Rails \u0026 React Developer\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fathikajishida%2Fdoctersapp-web","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fathikajishida%2Fdoctersapp-web","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fathikajishida%2Fdoctersapp-web/lists"}