Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Issue Id you have worked upon -
#570
Briefly explain your program logic -
The Bingo Number Caller application is built in React and maintains the state of called Bingo numbers. The program uses the calledNumbers state variable to keep track of all the Bingo numbers that have been called during the course of the game. The core logic lies in the generateBingoNumber function, which is invoked when the user clicks the "Call Bingo Number" button. This function generates a random number between 1 and 75 and adds it to the list of called numbers. The user interface features a button for calling Bingo numbers, and the called numbers are displayed in a grid layout for a visually appealing presentation. The application allows users to interact by clicking the button, which triggers the generation and display of new called numbers. Each displayed number is assigned a unique key for efficient rendering. Overall, the logic ensures a dynamic and interactive Bingo Number Caller experience, keeping track of the game's progression by displaying all the called numbers.
Screenshots(Attach 2 screenshots of your own input and output) -
By raising this PR I affirm that -
My code follows the guidelines of this project.
I have performed a self-review of my own code.
I have commented my code.
My code gives the correct output.
I affirm that I strictly follow contributing guidelines and code of conduct.