- The website generates tickets with Food Items instead of Numbers (like in original game).
- It has 4 categories of foods (Gujarati, Italian, Punjabi, South Indian) with 25 items per category. Total 100 items.
- A ticket is a 4x4 grid of images with 4 random items from each category.
- The Withdraw is done from the 100 items randomly with that item removed from the pool for future withdrawals. (Resets on page refresh).
- Replace the 4 folders inside the
public/images/
directory with your 4 folders containing 25 images each. - Run
npm install
- Run
npm start
to open locally.
This project was bootstrapped with Create React App. In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
Builds the app for production to the build
folder.