This is Therrecord an app for recording therapy sessions and the ability to read transcriptions of them.
-Downloanding the Expo Go App on your mobile device.
- Clone the repo
- Start the expo app server
npm run start
- Go to the Expo Go app and scan the QR code with your phone to run the app.
```sh
git checkout -b feature/your-feature-name
```
```sh
git commit -m 'short description of what this commit does'
```
```sh
git push origin feature/your-feature-name
```
- 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.