import React from 'react'; import { Grid } from '@freecodecamp/react-bootstrap'; import Layout from '../components/Layout'; import FullWidthRow from '../components/helpers/FullWidthRow'; import { Spacer } from '../components/helpers'; function SoftwareResourcesForNonProfits() { return (

Software Resources for Nonprofits


Please note that freeCodeCamp is not partnered with, nor do we receive a referral fee from, any of the following providers. We simply want to help guide you toward a solution for your organization.

Skills-based Volunteer Organizations:

Building a website:

Donor and Volunteer Management Systems:

Inventory Management Systems:

E-Learning platforms:

Community Management:

Electronic Forms:

); } SoftwareResourcesForNonProfits.displayName = 'SoftwareResourcesForNonProfits'; export default SoftwareResourcesForNonProfits;