Full-stack application displaying GDGC Vellore Institute of Technology .
cd backend
npm install
npm startBackend will run on http://localhost:3000
cd frontend
npm install
npm run devFrontend will run on http://localhost:5173
cd backend
node test-api.jsGET /- API status and infoGET /members- Get all membersGET /members/:id- Get member by ID
- ✨ Animated splash screen with Google branding
- 👥 Member cards with real photos from official GDGC website
- 🔍 Search by name or bio
- 🎯 Filter by role and skills
- 🌓 Light/Dark mode with localStorage persistence
- 📱 Fully responsive design
- ⚡ Fast loading with error states
Backend: Node.js, Express, CORS
Frontend: React, Vite
Styling: Pure CSS with Google Material Design principles