Skip to content

DonovanAndrews300/Therrecord

Repository files navigation

Therrecord

Overview

This is Therrecord an app for recording therapy sessions and the ability to read transcriptions of them.

Installation

Prerequisites

-Downloanding the Expo Go App on your mobile device.

Steps

  1. Clone the repo
  2. Start the expo app server
    npm run start
  3. Go to the Expo Go app and scan the QR code with your phone to run the app.

Contribution Guidelines

Create a new branch: Create a new branch for your feature or bug fix.

```sh
git checkout -b feature/your-feature-name
```

Make your changes: Make the necessary changes to the code.

Commit your changes: Commit your changes with a clear and concise commit message.

```sh
git commit -m 'short description of what this commit does'
```

Push to your branch: Push your changes.

```sh
git push origin feature/your-feature-name
```

Open a pull request

  • Code Reviews: All submissions require a code review. Be ready to address comments and make necessary changes.
  • Testing: Ensure your code passes all tests. Write new tests if you introduce new features or fix bugs.
  • Commit Messages: Write clear, concise commit messages that explain changes.

About

An app for recording therapy sessions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published