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

Incrementing Counter for the project statistics section in the Contributors Page !!! #285

Closed
1 of 2 tasks
SrijaVuppala295 opened this issue Oct 17, 2024 · 3 comments
Closed
1 of 2 tasks
Assignees
Labels
enhancement New feature or request good first issue Good for newcomers gssoc-ext GSSOX'24 Extended hacktoberfest issue under hacktoberfest level 1 10 Points issue

Comments

@SrijaVuppala295
Copy link
Contributor

✨ Feature Request

Description of the Feature

I would like to implement a feature where the number counts from 0 to a specified maximum value, pauses for 5 seconds once the maximum is reached, and then starts counting again in a continuous loop. This feature can be used for displaying live statistics or dynamic numerical data.

Problem Statement

Currently, the counting feature does not loop back after reaching the maximum value, and there's no pause between loops. This limits the ability to display dynamic numbers that reset and continuously update, which could be beneficial for real-time data presentations, live stats, or animated counters.

Proposed Solution

The counter should start at 0, incrementally increase until it reaches the maximum value, then pause for 5 seconds before restarting from 0. The process should loop infinitely. JavaScript's setInterval can be used to increment the count, and setTimeout to manage the pause before restarting the loop.

Here the numbers are just shown

image

I want to loop continuously the value from 0 to max value !!!

Example:

Our.Stats.feature.mp4

Alternatives Considered

Additional Context

This feature could enhance user interaction by making dynamic content more engaging, especially in dashboards, statistics pages, or progress indicators.

Are you participating in GSSoC?

  • Yes
  • No
Copy link
Contributor

Thank you for raising this issue! We'll look into it as soon as possible. Please ensure that the issue is not duplicate, and you read CONTRIBUTING.md carefully. Your contributions are highly appreciated! 😊

@SrijaVuppala295
Copy link
Contributor Author

@dhairyagothi , I want to this feature in the project statistics , assign me for this

@dhairyagothi dhairyagothi added enhancement New feature or request good first issue Good for newcomers level 1 10 Points issue gssoc-ext GSSOX'24 Extended hacktoberfest issue under hacktoberfest labels Oct 18, 2024
Copy link
Contributor

Hello @SrijaVuppala295! Your issue #285 has been closed. Thank you for your contribution!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers gssoc-ext GSSOX'24 Extended hacktoberfest issue under hacktoberfest level 1 10 Points issue
Projects
None yet
Development

No branches or pull requests

2 participants