Unilink is a modern, responsive student-focused platform designed to connect university students, enable collaboration, form teams, share ideas, and explore opportunities—all in one place.
Built with a clean UI and scalable architecture in mind, Unilink serves as a strong frontend foundation ready to integrate with backend authentication and database services.
Coming Soon
Unilink is a frontend-first student networking platform built using React.js and Tailwind CSS.
The platform provides a seamless and visually appealing experience where students can:
- Create and manage accounts
- Explore student communities
- Connect with peers
- Join or form teams
- Share ideas and collaborate on projects
- Discover academic and career opportunities
Currently, the project includes a fully responsive frontend UI, ready for backend integration.
- Modern hero section
- Clean gradients & glassmorphism UI
- Statistics and feature highlights
- Sponsors and About sections
- Login page (Email/Username + Password)
- Signup page (2-column responsive layout)
- Google login/signup UI
- Validation-ready forms
- Navbar
- Feature section
- Sponsor section
- About Us
- Community / Connect section
- Footer
- Glassmorphism design system
- Optimized for mobile, tablet, and desktop
- React.js
- Tailwind CSS
- React Router DOM
- Remix Icons
- Vite
- VS Code
- Node.js
- npm
unilink/ ├── src │ ├── auth │ │ ├── login.jsx │ │ └── signup.jsx │ ├── Page │ │ ├── landing │ │ │ └── landing.page.jsx │ │ ├── feature │ │ ├── about │ │ ├── community │ │ └── sponsor │ ├── components │ │ ├── Navbar.jsx │ │ ├── Footer.jsx │ │ └── Feature.jsx │ ├── App.jsx │ ├── main.jsx │ └── index.css ├── public │ └── logo.png ├── package.json ├── vite.config.js └── README.md
git clone https://github.com/MOHITGODARA1/unilink.git
cd unilink
npm install
- Backend authentication (JWT + MongoDB)
- User profile system
- Real-time chat
- Team & collaboration module
- Community posts & announcements
- Dark / Light theme
- Mobile app (React Native)
Contributions are welcome.
Feel free to open an issue or submit a pull request.
This project is licensed under the MIT License.
If you like this project, please give it a ⭐ on GitHub.


