Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/remarkablemark/gdi-hack23-pathways-to-independence
GDI hack23 pathways to independence
https://github.com/remarkablemark/gdi-hack23-pathways-to-independence
expo gdi girldevelopit hackathon hackathon-project react-native typescript
Last synced: 3 months ago
JSON representation
GDI hack23 pathways to independence
- Host: GitHub
- URL: https://github.com/remarkablemark/gdi-hack23-pathways-to-independence
- Owner: remarkablemark
- Created: 2023-11-08T19:11:36.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-21T07:22:06.000Z (4 months ago)
- Last Synced: 2024-10-11T15:13:02.331Z (3 months ago)
- Topics: expo, gdi, girldevelopit, hackathon, hackathon-project, react-native, typescript
- Language: TypeScript
- Homepage:
- Size: 8.34 MB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Description
An empowering mobile application providing resources and personalized plans for individuals seeking independence from social services, built with React Native.
## Overview
Matriarch is a transformative application designed to support individuals who are looking for a pathway to independence from social services or to find their way out of the system. By connecting individuals to independent professionals and necessary community resources, Matriarch builds a holistic proven pathway to self-sufficiency and peace of mind.
## Purpose
Created for individuals who are survivors of domestic violence, transitioning out of foster care, unhoused or homeless, recovering from substance abuse, or otherwise in need of help to gain independence from social services. The cornerstone of Matriarch is a uniquely tailored, comprehensive plan that serves as a launchpad for those seeking to transition successfully into independent living. The app provides a well-outlined exit strategy, which is designed to prepare these individuals for various life stages, challenges, and opportunities that await them.
## Technology Stack
Matriarch is built on the robust, flexible, and efficient React-Native framework. This modern technology allows our app to offer a smooth and responsive user experience across different mobile platforms, ensuring accessibility and usability for all users.
- [Expo](https://expo.dev/)
- [React Native](https://reactnative.dev/)
- [React Native Paper](https://reactnativepaper.com/)## Motivating Idea
At the heart of Matriarch, we believe that everyone deserves a fighting chance to succeed, to overcome their past, and to forge their own future. With this application, we hope to empower individuals with the tools they need to navigate through life's challenges and take full advantage of its opportunities. We are confident that this application will light the way for countless individuals, guiding them on their path to independence.
## Prerequisites
- [Node.js](https://nodejs.org/)
- [npm](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm)## Install
Clone the repository:
```sh
git clone https://github.com/remarkablemark/gdi-hack23-pathways-to-independence.git
cd gdi-hack23-pathways-to-independence
```Install the dependencies:
```sh
npm install --legacy-peer-deps
```## Run
Start the app:
```sh
npm start
```Lint code style:
```sh
npm run lint
```Type check:
```sh
npm run lint:tsc
```Run tests:
```sh
npm test
```