Open-source volunteer management platform for nonprofits and communities.

3 Open Issues Need Help Last updated: Jun 25, 2025

Open Issues Need Help

View All on GitHub
Software Volunteer Management

AI Summary: Initialize a new Express.js server within a Node.js project, creating a basic `/health` endpoint that returns a JSON object indicating server health. The server should start on port 5000 when running `npm run dev`. This is a foundational step for the Voluntree project's backend.

Complexity: 2/5
help wanted good first issue backend

Open-source volunteer management platform for nonprofits and communities.

Software Volunteer Management

AI Summary: Set up environment variable management for the Node.js backend server using the `dotenv` package. This involves creating a `.env.example` file with placeholder environment variables, loading these variables into the server, and implementing error handling for missing required variables.

Complexity: 2/5
good first issue config

Open-source volunteer management platform for nonprofits and communities.

Software Volunteer Management

AI Summary: Initialize a new React project within the Voluntree client directory, integrating Tailwind CSS for styling. The task involves setting up the project using Create React App or Vite, ensuring the development server starts successfully, and committing the initial project files.

Complexity: 2/5
help wanted good first issue frontend

Open-source volunteer management platform for nonprofits and communities.