Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

link: https://www.voluna.org/

Volunteer Hub

A volunteer management platform built with Next.js, Supabase, and TypeScript. This platform connects volunteers with organizations and opportunities, featuring multilingual support (English, Spanish, Portuguese), email notifications, roll-call functionality, and senior project management.

Note: This project is no longer actively maintained and is provided as a portfolio piece. All previous comits are hidden due to security concerns

License

This project is licensed under the MIT License - see the LICENSE file for details.

Features

  • 🔐 Authentication with Supabase Auth
  • 🌍 Multilingual support (English, Spanish, Portuguese)
  • 📧 Automated email notifications (Resend)
  • 📍 Location-based opportunity search (Google Places API)
  • 🎯 Organization and opportunity management
  • 📊 Volunteer hour tracking
  • 🎓 Senior project management
  • 📱 Responsive design with dark mode support

Getting Started

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying app/page.tsx. The page auto-updates as you edit the file.

Environment Variables

Create a .env.local file in the root directory and add the following environment variables:

# Supabase Configuration
NEXT_PUBLIC_SUPABASE_URL=your_supabase_project_url_here
NEXT_PUBLIC_SUPABASE_ANON_KEY=your_supabase_anon_key_here

# Email Configuration (Resend)
RESEND_API_KEY=your_resend_api_key_here

# Google Places API
NEXT_PUBLIC_GOOGLE_PLACES_API_KEY=your_google_places_api_key_here

# Site URL (for production)
NEXT_PUBLIC_SITE_URL=https://yourdomain.com

# Admin Configuration (optional - defaults provided)
ADMIN_EMAIL=your_admin_email@example.com
NEXT_PUBLIC_ADMIN_EMAIL=your_admin_email@example.com  # For client-side usage
TEST_ACCOUNT_EMAIL=test@example.com  # Optional: test account email
NEXT_PUBLIC_TEST_ACCOUNT_EMAIL=test@example.com  # For client-side usage
ORG_ADMIN_EMAIL=admin@example.com  # Email for organization verification notifications

Getting API Keys:

  1. Supabase: Get your project URL and anon key from your Supabase Dashboard
  2. Resend: Get your API key from Resend Dashboard
  3. Google Places: Get your API key from the Google Cloud Console

This project uses next/font to automatically optimize and load Geist, a new font family for Vercel.

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.

About

Volunteer Hub - Next.js application with Supabase backend

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages