From b7e7252675f42cb0d1798ede4320034279a37424 Mon Sep 17 00:00:00 2001 From: Sneha Rawat <142423437+sneharawat1404@users.noreply.github.com> Date: Fri, 19 Apr 2024 18:31:04 +0530 Subject: [PATCH] Update README.md --- README.md | 39 ++++++++++++++++++++++++++++++++++++++- 1 file changed, 38 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 29e16f1..a96b34b 100644 --- a/README.md +++ b/README.md @@ -24,5 +24,42 @@ To run the application locally, follow these steps: 1. **Clone the repository**: ```bash - git clone https://github.com/yourusername/CARDIOsetu.git + git clone https://github.com/sneharawat1404/CARDIOsetu.git cd CARDIOsetu + +2. **Open Visual Code terminal in same folder**: + +3. **Install Nativefier**: + ```npm install -g nativefier + +4. **Create the CARDIOsetu App**: + ```nativefier 'yourwebsite.com' + +5. **Run the application**: + +## Usage + +- **Heart Health Monitoring**: Track and monitor heart health data including heart rate, blood pressure, and other relevant metrics. +- **Voice-to-Text Input**: Voice input feature for accessibility, allowing visually and verbally impaired individuals to use the application seamlessly. +- **Doctor Appointment Booking**: Easily book appointments with doctors through the application. +- **User-Friendly Interface**: Designed with accessibility in mind, making it easy for all users to navigate and use. + +## API Integration + +- ** Voice-to-Text**: Integrates with speech recognition APIs for voice input. + +## Contributing + +- Fork the repository. +- Create a new branch with your feature/fix. +- Make your changes and commit them. +- Submit a pull request. + +## License + +- CARDIOsetu is licensed under the MIT License. Please refer to the license file for more details. + + + + +