A MERN stack platform for students to share campus events, announcements, and resources.
Built to connect peers through NSS activities, hackathons, and sports updates.
- User authentication (signup/login with JWT)
- Event posting and RSVP system
- Comment & discussion threads
- Admin dashboard for moderators
- Responsive design for mobile and desktop
- Frontend: React.js, HTML, CSS, JavaScript
- Backend: Node.js, Express.js
- Database: MongoDB
- Other Tools: Git, GitHub, REST APIs
campus-connect/
|── backend/ # Express + MongoDB API
|── frontend/ # React UI
|── README.md # Project documentation
git clone https://github.com/PrasadSanap/campus-connect.gitcd campus-connect/backend
npm install
cd ../frontend
npm install# Start backend
npm run dev
# Start frontend
npm start-
Event reminders via email/notifications
-
Role-based access (student, admin, organizer)
-
Integration with Google Calendar
- Pull requests are welcome! For major changes, please open an issue first to discuss what you’d like to change.
- This project is licensed under the MIT License.