Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sneharawat1404 authored Apr 19, 2024
1 parent b7e7252 commit a0a49fd
Showing 1 changed file with 25 additions and 28 deletions.
53 changes: 25 additions & 28 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,56 +10,53 @@ CARDIOsetu is a web application designed to monitor individual heart health and
- [API Integration](#api-integration)
- [Contributing](#contributing)
- [License](#license)
- [Contact](#contact)

## Features

- **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.
- **Data Privacy**: The application ensures the privacy and security of user data.

## Installation

To run the application locally, follow these steps:
To install and use the CARDIOsetu application, follow these steps:

1. **Clone the repository**:
```bash
git clone https://github.com/sneharawat1404/CARDIOsetu.git
git clone https://github.com/yourusername/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**:
2. **Install Nativefier**:
Nativefier is a tool that converts web applications into desktop applications. Install it globally using the following command:
```bash
npm install -g nativefier
3. **Create the CARDIOsetu App**:
```bash
nativefier 'yourwebsite.com'

## 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
- Monitor your heart health by entering your health data or using connected health devices.
- Book appointments with doctors directly through the application.
- Use voice-to-text input for easy navigation and interaction.

- ** Voice-to-Text**: Integrates with speech recognition APIs for voice input.
## API Integration

## Contributing
- **Voice-to-Text:** Integrates with speech recognition APIs for voice input.
- **Health Data**: Connects with health data sources to track and monitor heart health.

- Fork the repository.
- Create a new branch with your feature/fix.
- Make your changes and commit them.
- Submit a pull request.
## Contributing
Contributions to CARDIOsetu are welcome! If you'd like to contribute, please follow these guidelines:
## License
-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.




-Thank you for using CARDIOsetu! If you have any questions or feedback, feel free to open an issue or contact .

0 comments on commit a0a49fd

Please sign in to comment.