Skip to content

Added custom 404 page, README improvements, and password visibility toggle#62

Open
deeksha31005-spec wants to merge 4 commits into
AditixAnand:mainfrom
deeksha31005-spec:main
Open

Added custom 404 page, README improvements, and password visibility toggle#62
deeksha31005-spec wants to merge 4 commits into
AditixAnand:mainfrom
deeksha31005-spec:main

Conversation

@deeksha31005-spec
Copy link
Copy Markdown

@deeksha31005-spec deeksha31005-spec commented May 17, 2026

Added a custom 404 error page
Improved README formatting
Removed duplicate sections from README.md
Added show/hide password functionality in login page

Type of Contribution
Enhancement + Documentation + UI Improvement

Related Issue
Fixes #37

@deeksha31005-spec deeksha31005-spec changed the title Added custom 404 error page Added custom 404 page and improved README formatting May 18, 2026
@deeksha31005-spec deeksha31005-spec changed the title Added custom 404 page and improved README formatting Added custom 404 page, README improvements, and password visibility toggle May 19, 2026
@deeksha31005-spec
Copy link
Copy Markdown
Author

Hi @AditixAnand

I’m a GSSoC 2026 contributor and I have fixed the quiz scoring issue related to repeated option clicks.

Description

  • Fixed the issue where users could increase the score multiple times by repeatedly clicking the same correct option
  • Added logic to ensure each question is counted only once
  • Improved quiz answer handling for better accuracy and fairness

Changes Made

  • Added answeredQuestions array to track attempted questions
  • Prevented duplicate score increments
  • Updated quiz option selection logic in scripts/quiz.js

Type of Contribution
Bug Fix + Logic Improvement

Related Issue
Fixes #85

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add a Custom 404 Error Page

1 participant