🍱 Visit food-lottery.vercel.app
A simple and fun web app to help you decide what to eat when you’re indecisive.
- Three selectable time categories:
- Weekday Lunch
- Weekday Dinner
- Weekend
- Each category has its own menu items
- Randomly pick one item per click
- Supports repeat draws with "Pick Again" button
- Displays full list of options under each category
- Open
index.html
in your browser. - Click one of the category buttons: Weekday Lunch / Dinner / Weekend.
- Click the red button to randomly draw one food item.
- You can click "Pick Again" as many times as you want.
📁 food-lottery/ ├── index.html # Main HTML file ├── screenshot.png # Example UI screenshot └── README.md # This file
- This version is desktop-optimized.
- You can extend it with mobile support, animations, or sound effects.
MIT License