This is a web application project for a patient manager, developed using React along with HTML, CSS, and JavaScript.
Follow these steps to get the application up and running on your local environment:
- Node.js installed on your system. You can download it from here.
-
Clone the repository:
git clone <repository_URL>
-
Install dependencies:
cd patient-manager npm install
-
Start the application:
npm start
This will start the application in development mode. You can view the application by opening http://localhost:3000 in your web browser.