Welcome to the Univoice Website Prototype, a platform designed to facilitate effective communication between students and mentors by providing personalized guidance and mentorship. This website was created as part of the RED BULL BASEMENT Ideathon + Hackathon, organized by Cherry+ Network, where our team secured:
- Cleared Ideathon Stage
- 7th Position in Hackathon Stage
Univoice is a conceptual platform aimed at bridging the gap between students and mentors by providing:
- Personalized Course Recommendations: Students can receive tailored guidance based on their academic background and goals.
- Mentorship Dashboard: A space for mentors to manage sessions and offer placement advice.
- Collaboration Opportunities: Enabling students to connect with like-minded peers or experts from foreign universities.
This prototype represents the first step in bringing this idea to life, showcasing the vision of the platform.
Explore the Website Prototype to see the live project in action.
- Homepage: The central hub for users to learn about Univoice.
- Mentor Dashboard: A dedicated space for mentors to guide and interact with students.
- Student Dashboard: Tailored for students to track progress and connect with mentors.
- Signup Pages: Seamlessly onboards students and mentors into the platform.
- Network Page: A place for collaboration and growth within the Univoice community.
Click the link above to experience Univoice for yourself!
- Homepage: A welcoming page summarizing the platform's purpose and functionality.
- Student Dashboard: Allows students to manage their mentorship sessions, explore courses, and track progress.
- Mentor Dashboard: Enables mentors to view and schedule guidance sessions with students.
- Responsive Design: Optimized for both desktop and mobile devices.
- Navigation: Smooth and intuitive navigation for an enhanced user experience.
- Frontend: HTML, CSS, JavaScript
- Backend: Prototype does not yet include backend functionalities (for demonstration purposes only).
- Design Tools: Figma (used for wireframing and initial designs).
- RED BULL BASEMENT Ideathon: Successfully cleared the Ideathon stage with this innovative concept.
- Hackathon: Secured 7th position at the Hackathon stage, showcasing the prototype's design and functionality.
HOMEPAGE:
STUDENT'S DASHBOARD:
MENTOR'S DASHBOARD:
Univoice/
├── index.html # Main homepage file
├── homepage/
│ ├── styles.css # CSS file for homepage styling
│ └── script.js # JavaScript file for homepage interactivity
├── mentorDashboard/
│ ├── mentorDashboard.html # Mentor dashboard file
│ ├── styles.css # CSS file for mentor dashboard
│ └── script.js # JavaScript file for mentor dashboard
├── studentDashboard/
│ ├── studentDashboard.html # Student dashboard file
│ ├── styles.css # CSS file for student dashboard
│ └── script.js # JavaScript file for student dashboard
├── studentSignup/
│ ├── studentSignup.html # Student signup file
│ ├── styles.css # CSS file for signup page
│ └── script.js # JavaScript file for signup page
├── network/
│ ├── network.html # Network page file
│ ├── styles.css # CSS file for network page
│ └── script.js # JavaScript file for network page
└── README.md # Project documentation


