StudySync is a web app that helps students easily coordinate group study sessions and share learning resources.
It simplifies scheduling by letting users propose times, vote on suitable slots, and upload or share notes and links — all in one place.
- ✅ User authentication and session management
- 📅 Create and join study sessions
- 🗓️ Propose and vote on available time slots
- 📎 Upload or share study notes, PDFs, and resource links
- 💬 Easy-to-use and collaborative interface
- Frontend: React.js, Tailwind CSS
- Backend: Node.js, Express.js
- Database: MongoDB
- Authentication: JWT or Firebase Auth (customizable)
git clone https://github.com/your-username/studysync.git
cd studysyn
npm install
npm start