Problem
The footer has a "Mentorship" link (/mentorship) but clicking it shows a completely blank page.
Evidence
Home.js line 659 — footer link { to: "/mentorship", text: "Mentorship" } exists
App.js — no /mentorship route is defined
client/src/pages/ — no Mentorship.js file exists
The README also promises: "Connects juniors with seniors for mentoring and doubt clearing" — but this feature has zero implementation.
Screenshots

Proposed Solution
- Create
client/src/pages/Mentorship.js with mentor cards, search/filter, and a "Request Guidance" modal
- Create
client/src/pages/Mentorship.css
- Add
/mentorship as a ProtectedRoute in App.js
I m a GSSoC 2026 contrubutor I would like to work on this. Please assign it to me
Problem
The footer has a "Mentorship" link (
/mentorship) but clicking it shows a completely blank page.Evidence
Home.jsline 659 — footer link{ to: "/mentorship", text: "Mentorship" }existsApp.js— no/mentorshiproute is definedclient/src/pages/— noMentorship.jsfile existsThe README also promises: "Connects juniors with seniors for mentoring and doubt clearing" — but this feature has zero implementation.
Screenshots

Proposed Solution
client/src/pages/Mentorship.jswith mentor cards, search/filter, and a "Request Guidance" modalclient/src/pages/Mentorship.css/mentorshipas aProtectedRouteinApp.jsI m a GSSoC 2026 contrubutor I would like to work on this. Please assign it to me