Synergy
A web platform designed to bridge the gap between patients seeking urgent specialty care and hospitals with available capacity. This project aims to reduce wait times, improve access to care, and empower patients with transparent, real-time information.
Tech Stack Frontend: React, TypeScript, Vite, Tailwind CSS
Backend: Django (Planned)
Deployment: (To be determined)
Getting Started Follow these steps to get the development environment running on your local machine.
Prerequisites Node.js (v18 or later)
npm or yarn
Installation Clone the repository:
git clone it to your project directory
Navigate into the project directory:
cd repository-name
Install the necessary packages:
npm install
Start the development server:
npm run dev
Open http://localhost:5173 (or the address provided in your terminal) to view the application in your browser.