Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement localStorage API for Tracking High Scores #1064

Open
3 tasks
Tracked by #1055
vvs-basanth opened this issue Aug 14, 2024 · 0 comments
Open
3 tasks
Tracked by #1055

Implement localStorage API for Tracking High Scores #1064

vvs-basanth opened this issue Aug 14, 2024 · 0 comments
Assignees
Labels
Already Assigned This issue is already assigned to someone

Comments

@vvs-basanth
Copy link

vvs-basanth commented Aug 14, 2024

Use the localStorage API to save and retrieve the user's highest scores from previous quiz attempts. This feature will display the highest score achieved on the quiz start page or results screen, providing users with a sense of progress and achievement.

Tasks:

  • Create a function to save the highest score after each quiz attempt.
  • Display the highest score on the quiz start page or results screen.
  • Ensure the high score is updated only when a new score exceeds the previous high.

Priority: High

Dependencies: None

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Already Assigned This issue is already assigned to someone
Projects
None yet
Development

No branches or pull requests

2 participants