SarthakKeshari / calc_for_everything

This repository aims to provide Calculators for educational, professional, scientific, health and well-being and other purposes.
https://calc-for-everything-psi.vercel.app
MIT License
116 stars 104 forks source link

implement bingoNumberGenerator #654

Closed SakshiJSanghavi closed 7 months ago

SakshiJSanghavi commented 7 months ago

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) -

image image image


By raising this PR I affirm that -

vercel[bot] commented 7 months ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
calc-for-everything ✅ Ready (Inspect) Visit Preview 💬 Add feedback Nov 30, 2023 9:07pm
SarthakKeshari commented 7 months ago

Congratulations 🎉 @SakshiJSanghavi on your contribution. Thanks for adding value to this repository. 😊