An open API service indexing awesome lists of open source software.

https://github.com/ovpn-dev/hyc-app

Repo for Help Youth Cope App - A wellness application with daily quotes feature, push notification, blog access/resources and integrated chatbot
https://github.com/ovpn-dev/hyc-app

blog chat-application emergency-response quotes-api wellness-app

Last synced: 14 days ago
JSON representation

Repo for Help Youth Cope App - A wellness application with daily quotes feature, push notification, blog access/resources and integrated chatbot

Awesome Lists containing this project

README

          

---

# hyc-app

Welcome to the hyc-app repository!

## Description

This repository contains the source code for the hyc-app built with the expo framework on react-native. The primary language used in this project is JavaScript, with a portion of the code written in TypeScript. The project is a mobile application built for supporting and motivating the youths on the go. It contains a daily quote feature with push notifications. An Al chatbot using llama 3.1 via groqs api, it is grounded to offer help to users. Live access to the official help youth cope blog posts, direct sos hot line, resources amongst others. The app will be readily updated with new features when requested by the client.

## URL
- https://apps.apple.com/us/app/help-youth-cope/id6743499151?platform=iphone
- https://play.google.com/store/apps/details?id=com.hyc.hyc

## Table of Contents

- [Installation](#installation)
- [Usage](#usage)
- [Contributing](#contributing)
- [License](#license)

## Installation

To install the dependencies for this project, run the following command:

```bash
npm install
```

## Usage

To start the application, use the following command:

```bash
npx expo start
```

## Contributing

We welcome contributions! Please follow these steps to contribute:

1. Fork the repository.
2. Create a new branch (`git checkout -b feature-branch`).
3. Make your changes.
4. Commit your changes (`git commit -m 'Add some feature'`).
5. Push to the branch (`git push origin feature-branch`).
6. Create a new Pull Request.

7. Or just clone the app from the repo.

## License

This project is licensed under the [License Name] - see the [LICENSE](LICENSE) file for details.

## Recent Commits

- [Commit 81e92be1](https://github.com/ovpn-dev/hyc-app/commit/81e92be1ded0bf0ec6f36b28ac7b5137198f6578): ready for preview
- [Commit 88bfa0dd](https://github.com/ovpn-dev/hyc-app/commit/88bfa0dd8aaa4b10de535f10164a1bf3c206aadb): god help
- [Commit bdca0ae3](https://github.com/ovpn-dev/hyc-app/commit/bdca0ae3a62a20969ef3b740c015f30915706ec3): private repo

---