A student volunteering platform for the Ithaca community, built for Cornell students to find local volunteer and shadowing opportunities.
# Terminal 1 — backend (auto-seeds sample data)
cd server && npm install && node index.js
# Terminal 2 — frontend
cd client && npm install && npm run dev- Frontend: React + Vite, React Router
- Backend: Node.js + Express
- Data: JSON file store (server/data.json)