Problem
Clicking the Tasks tab in the top navigation bar produces no response. The tab appears clickable but is completely non-functional.
Current Behavior
When the Tasks tab is clicked in the navigation bar, nothing happens — no view change, no scroll, no visual feedback. The page remains exactly as-is.
Expected Behavior
Clicking the Tasks tab should navigate to or scroll to the task board section, giving the user a clear view of all
their tasks. The active tab should also be visually highlighted.
Steps to Reproduce
- Go to https://studyplan-jvgd.onrender.com/
- Log in to your account
- Click the Tasks tab in the top navigation bar
- Observe that nothing happens
Screenshots
Environment
- Browser: Chrome
- Version: Latest
Additional Context
The nav links in index.html appear to use href="#" placeholder anchors. The Tasks tab likely has no registered
click handler in js/app.js
Suggested fix: wire up a click event listener for the Tasks nav item in js/app.js and add an active state in
css/index.css.
Suggested Labels
bug
good first issue
GSSoC26
I would like to fix this under GSSoC'26
Problem
Clicking the Tasks tab in the top navigation bar produces no response. The tab appears clickable but is completely non-functional.
Current Behavior
When the Tasks tab is clicked in the navigation bar, nothing happens — no view change, no scroll, no visual feedback. The page remains exactly as-is.
Expected Behavior
Clicking the Tasks tab should navigate to or scroll to the task board section, giving the user a clear view of all
their tasks. The active tab should also be visually highlighted.
Steps to Reproduce
Screenshots
Environment
Additional Context
The nav links in
index.htmlappear to usehref="#"placeholder anchors. The Tasks tab likely has no registeredclick handler in
js/app.jsSuggested fix: wire up a click event listener for the Tasks nav item in
js/app.jsand add an active state incss/index.css.Suggested Labels
buggood first issueGSSoC26I would like to fix this under GSSoC'26