All Projects → codeforboston → communityconnect

codeforboston / communityconnect

Licence: MIT license
No description or website provided.

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects
HTML
75241 projects

Projects that are alternatives of or similar to communityconnect

migrant service map
Refugees welcome
Stars: ✭ 23 (+0%)
Mutual labels:  code-for-america, code-for-boston
clean-slate-data
No description or website provided.
Stars: ✭ 27 (+17.39%)
Mutual labels:  code-for-america, code-for-boston
windfall-elimination
Windfall Elimination Provision Awareness Project: improving the experience of retirees around an obscure Social Security rule affecting 8+ states (previously https://ssacalculator.org)
Stars: ✭ 23 (+0%)
Mutual labels:  code-for-america, code-for-boston
tdm-calculator
DTLA Hack for LA is partnering with Los Angeles Department of Transportation (LADOT) to develop a Traffic Demand Management (TDM) calculator tool. This tool will help planners at LADOT and real estate developers to meet the Los Angeles’s Mobility Plan goals by 2035.
Stars: ✭ 21 (-8.7%)
Mutual labels:  code-for-america
CampaignFinance
NC Campaign Finance Dashboard. Making NC Campaign Funds visible to all citizens
Stars: ✭ 36 (+56.52%)
Mutual labels:  code-for-america
datasci-housing-pipeline
Help us analyze data to understand why it takes so long to build housing in the Bay Area!
Stars: ✭ 12 (-47.83%)
Mutual labels:  code-for-america
HomeUniteUs
We're working with community non-profits who have a Host Home or empty bedrooms initiative to develop a workflow management tool to make the process scalable (across all providers), reduce institutional bias, and effectively capture data.
Stars: ✭ 22 (-4.35%)
Mutual labels:  code-for-america
ballotnav
A repository for HackforLA's BallotNav project
Stars: ✭ 21 (-8.7%)
Mutual labels:  code-for-america
CTI-website-frontend
Join a worldwide movement to catalog 
every open source 
civic tech project.
Stars: ✭ 28 (+21.74%)
Mutual labels:  code-for-america
recordexpungPDX
A project to automate the expungement of qualifying criminal records in Oregon. This project is done in conjunction with Qiu-Qiu Law.
Stars: ✭ 45 (+95.65%)
Mutual labels:  code-for-america
311-data
Empowering Neighborhood Associations to improve the analysis of their initiatives using 311 data
Stars: ✭ 48 (+108.7%)
Mutual labels:  code-for-america
adopt-a-drain
A web application that allows citizens to "adopt" a storm drain in San Francisco. In use, and in development at other brigades. Looking for a maintainer or someone interested in developing further in collaboration with others across the country.
Stars: ✭ 43 (+86.96%)
Mutual labels:  code-for-america
openbudgetoakland
Visualizations of Oakland's budget data, and explanations about the budget process.
Stars: ✭ 91 (+295.65%)
Mutual labels:  code-for-america
lucky-parking
Visualization of parking data to assist in understanding of the effects of parking policies on a neighborhood by neighborhood basis in the City of Los Angeles
Stars: ✭ 24 (+4.35%)
Mutual labels:  code-for-america
Neighborhood-Dashboard
We're working to help neighborhoods help themselves by giving them easy access to useful data to allow them to identify and track problem areas in their neighborhood.
Stars: ✭ 19 (-17.39%)
Mutual labels:  code-for-america
heart
Heart is a project working directly with the LA City Attorney’s Homeless Engagement and Response Team. We are building a database and case management system to streamline their workflow and enable them to scale their program. Find us on the Hack for LA Slack #heart.
Stars: ✭ 27 (+17.39%)
Mutual labels:  code-for-america
food-oasis
Repository for the current redevelopment of the Food Oasis Los Angeles website
Stars: ✭ 33 (+43.48%)
Mutual labels:  code-for-america
woeip
A platform for impacted communities to understand their local air quality and advocate for environmental justice.
Stars: ✭ 26 (+13.04%)
Mutual labels:  code-for-america
members
Online portal for Code for Denver members
Stars: ✭ 15 (-34.78%)
Mutual labels:  code-for-america

Community Connect

A tool for connecting those in need to services or materials that improve their quality of life.

Click to read more

"Community Connect" is a health resource web application that aims to consolidate information about businesses and organization available in communities that promote healthy lifestyle choices. A health resource is defined as services or materials that improve the quality of life of others, ranging from affordable child care, substance abuse counseling, domestic violence support, and more. We are working in conjunction with Massachusetts General Hospital's Center for Community Health Improvement, MGH Revere HealthCare Center, and Revere CARES Coalition to create an extensive database in our pilot region of Revere, Chelsea, Charlestown, and eventually the Greater Boston Area.


Table of Contents


Features

  • Dynamically updated resources from any Google Sheet
  • Save resources for viewing later
  • Share a link with your saved resources
  • Filter resources by category or search term

Getting Started

Live Demo

Want to see what Community Connect is all about? Check out our live site for Revere at ccfor.me/revere. To manage resources, enter the 'admin' view by adding /admin to the end of the URL, such as ccfor.me/revere/admin.

Running Locally

  1. Clone the repository
  2. Install yarn
  3. Install dependencies by running yarn
  4. Start the development server by running yarn start
  5. Visit localhost:3000 in your browser to see it running! 🎉

Customizing Google Sheet

You can use a custom Google Sheet with your local installation of Community Connect. You might want to do this for testing or development purposes. Prefer to see a gif of this process instead of reading steps? Click here

Click to see instructions for creating your own sheet
  1. Visit the current spreadsheet
  2. Click File and select Make a Copy
  3. Click OK
  4. When viewing your copy, click SHARE in the upper-right hand corner.
  5. Click "Get shareable link" in the upper-right hand corner of the modal.
  6. Ensure that "Anyone with the link can view" is selected.
  7. Copy link
  8. Click done
  9. Click File and select "Publish to the web"
  10. Click Publish
  11. Open "src/googlesheetApi.js" in the codebase
  12. Replace "revere_key" with a portion of the URL in your clipboard
  13. For Example, if the URL of your Google Spreadsheet is https://docs.google.com/spreadsheets/d/1FRd8Jw7y4CnnHCKIvkM-pjNjRVFHFHuobVU-ajXre6M/edit?usp=sharing

    Set the build-time environment variable REACT_APP_GOOGLE_SHEETS_ID to "1FRd8Jw7y4CnnHCKIvkM-pjNjRVFHFHuobVU-ajXre6M"


Contributing

Thank you for your willingness to help out! To get started on helping build Community Connect, take a look at our contribution guide.


Support

Join our Code for Boston Slack channel: #community-connect or look for us at the Code for Boston Tuesday meet-ups.


License

MIT License


History

The original architectural design for this app was designed proven out by Bob Breznak for an organization assisting with the refugee crisis in Greece in 2016, Prosper. They needed help consolidating, vetting and displaying resources on the web. In May 2018 he re-wrote the frontend in react.js to create an app that assists homeless people Seeking Shelter and resources. In August 2018 Code for Boston’s Community Connect project had similar aims and the repo was moved into their org. The data used for this project was initially collected from Nevil Desai during his internship with Revere CARES, a coalition group under the umbrella of MGH Center for Community Health Improvement.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].