{"id":24446320,"url":"https://github.com/rubyforgood/inkind-volunteer","last_synced_at":"2025-05-15T10:14:13.723Z","repository":{"id":45944221,"uuid":"366509848","full_name":"rubyforgood/inkind-volunteer","owner":"rubyforgood","description":"A mobile first application serving Community Education Partnership (CEP) - https://www.cep.ngo/ . This volunteer used application works in collaboration with https://github.com/rubyforgood/inkind-admin .","archived":false,"fork":false,"pushed_at":"2022-07-29T19:28:30.000Z","size":486,"stargazers_count":12,"open_issues_count":4,"forks_count":19,"subscribers_count":6,"default_branch":"main","last_synced_at":"2025-05-13T21:16:14.467Z","etag":null,"topics":["graphql","hacktoberfest","react","tailwind"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rubyforgood.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-05-11T20:50:31.000Z","updated_at":"2025-04-12T01:27:15.000Z","dependencies_parsed_at":"2022-09-24T15:51:38.282Z","dependency_job_id":null,"html_url":"https://github.com/rubyforgood/inkind-volunteer","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rubyforgood%2Finkind-volunteer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rubyforgood%2Finkind-volunteer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rubyforgood%2Finkind-volunteer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rubyforgood%2Finkind-volunteer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rubyforgood","download_url":"https://codeload.github.com/rubyforgood/inkind-volunteer/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254319661,"owners_count":22051076,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["graphql","hacktoberfest","react","tailwind"],"created_at":"2025-01-20T23:53:06.733Z","updated_at":"2025-05-15T10:14:08.704Z","avatar_url":"https://github.com/rubyforgood.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![test](https://github.com/rubyforgood/inkind-volunteer/workflows/test/badge.svg)](https://github.com/rubyforgood/inkind-volunteer/actions/workflows/rspec.yml)\n[![lint](https://github.com/rubyforgood/inkind-volunteer/actions/workflows/lint.yml/badge.svg)](https://github.com/rubyforgood/inkind-volunteer/actions/workflows/lint.yml)\n\n# InKind - Supporting Community Education Partnerships\n\nThis repository is the frontend code for an application named InKind, which is a [Ruby For Good](https://rubyforgood.org/) project serving [Community Education Partnerships](https://www.cep.ngo/) (CEP).\n\nCommunity Education Partnerships' mission is to increase the learning opportunities and enhance the academic achievement of students experiencing homelessness and housing insecurity. Community Education Partnerships offers its students: individualized tutoring and mentoring, backpacks, school supplies, books, learning resources, enrollment assistance, and opportunities to participate in extracurricular enrichment activities.\n\nThis app allows CEP volunteers to provide feedback from the mentoring sessions that are a core part of CEP's programming. These sessions provide vital stability to young people who lack access to learning opportunities and face a multitude of challenges that affect their educational outcomes. CEP volunteers form lasting relationships with students, and communicate their needs of food insecurity and other necessities to CEP, ensuring that staff members are able to facilitate the appropriate support for students, and by extension, their families. This app will enable CEP to collect and analyze critical data, facilitate quicker response times to requests for support, and enable them to apply for grant funding, ensuring that their work remains sustainable.\n\nThe counterpart to this codebase is [`inkind-admin`](https://github.com/rubyforgood/inkind-admin), which is a Ruby on Rails GraphlQL API (and desktop first admin portal).\n\n# Welcome Contributors!\n\nThanks for checking us out!\n  - Check the `CONTRIBUTING.md` file for a guide on how to get started\n  - This is a 100% volunteer-supported project, please be patient with your correspondence. Most (all?) of us have day jobs and so responses to questions / pending PRs may not be immediate. Please be patient, we'll get to you! :)\n\nPlease feel encouraged to join us on Slack! You can sign up at https://rubyforgood.herokuapp.com\n\nWe're in the `#team-inkind` channel.\n\n# Development\n\nThis is a TypeScript/React project that uses GraphQL as it's single endpoint. GraphQL schema is checked in to both `inkind` codebases.\n\nThis project was initially setup with [Create React App](https://github.com/facebook/create-react-app). You can learn more this in the [Create React App documentation](https://facebook.github.io/create-react-app/docs/getting-started). To learn more about React, check out the [React documentation](https://reactjs.org/).\n\nIf you are unfamiliar with GraphQL, there is no better time to learn. [HowToGraphQL](https://www.howtographql.com/) is a wonderful interactive tutorial to get acquainted. This project uses [Apollo](https://www.apollographql.com/) to communicate between the backend and fronted.\n\n## Installation\n\n### Node\n\n1. Install Node.js. We recommend [asdf](https://asdf-vm.com/guide/getting-started.html#_1-install-dependencies) because you can also use this version manager to install Ruby, which is necessary to pull data into this client-side application. [nvm](https://github.com/nvm-sh/nvm) works too!\n\n### Yarn\n\n1. Install yarn. With [asdf](https://github.com/twuni/asdf-yarn) this can be accomplished with `asdf plugin-add yarn` \u0026 `asdf install yarn latest`\n1. Run `yarn install`\n\n### Install/Setup InKind Backend\n\n1. Proceed to the [installation instructions on `inkind-admin`](https://github.com/rubyforgood/inkind-admin#installation) and work your way down to the server instructions.\n1. After you've completed backend installations, start a rails server with `bin/server` and leave it running.\n\n### Start project\n\n1. Run `yarn start` in a new shell session. This will open [http://localhost:3000](http://localhost:3000) to view the project in your browser. The page will reload as you make edits to TypeScript. You will also see type \u0026 lint offenses in the console.\n\n### Tests\n\n1. Run `yarn test` This will launch the test runner in an interactive watch mode.\n\n### Login\n\nTo log in as a volunteer:\n\nEmail: volunteer@cep.dev\nPassword: password\n\n# Working with GraphQL\n\nWhen you make a change that grabs additional fields from a GraphQL query, OR makes a new request to a mutation, you need to regenerate the GraphQL schema in this repository.\n\n## Available Scripts\n\n### `yarn schema`\n\n1. Make sure the [inkind-admin project](https://github.com/rubyforgood/inkind-admin) is running on your local development machine (`bin/server`).\n2. Run `yarn schema` to regenerate all graphql Typescript files.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frubyforgood%2Finkind-volunteer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frubyforgood%2Finkind-volunteer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frubyforgood%2Finkind-volunteer/lists"}