Skip to content

himanshu9434/Housie

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a Housie/Tambola/Bingo Random Number Generator WebApp created with create React App.

This has both automatic as well manual number generator.

The auto mode works by starting a timer which is currently set to 5s which can be modified.

It also contains a restart Game option which can be run midway to restart the game.

It also contains a cheat code wherein the game player can output his number manually. The cheat code is not visible to outer world. The game player has to activate it with a pre-defined sequence of combination of clicks on Prev. No. option and Time Rem. After the cheat is activated No one other than the game player can know if the cheat is active or not.

Available Scripts

In the project directory, you can run:

npm install

To install all the dependencies of the project listed in package.json file. To install you need Node package Manager (NPM).

Wait for it to complete. It will take some time

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

npm run build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!

See the section about deployment for more information.