Updated ReadMe file

This commit is contained in:
2026-02-24 00:05:19 -08:00
parent 035c64a97d
commit fa17156972

View File

@@ -15,15 +15,21 @@ Each couple gets their own set of interest checkboxes ("His Picks" / "Her Picks"
- **Dual interest tracking** — independently mark restaurants as interesting for two people; selections are saved automatically in the browser
- **Interest filter** — narrow the list to His Picks, Her Picks, Both Picked, or Either Picked
- **Random picker** — "Pick for Us!" draws a random winner from the currently filtered pool, with an option to re-roll
- **Course browse** — dedicated First Course, Second Course, and Third Course buttons open a modal listing every dish for that course across all restaurants; click any dish to jump straight to that restaurant's detail view
- **Clear Filters** — one-click button to reset all search and filter fields back to their defaults
- **Reset Selected** — clears all saved picks (with a confirmation prompt) so you can start fresh
- **Mobile-friendly** — responsive single-panel layout on small screens; the list and detail views swap in place, with a Back button to return to the list
- **No dependencies** — pure HTML, CSS, and vanilla JavaScript; open the file directly in any browser
## Usage
1. Open `restaurant-picker.html` in a web browser (no server required).
2. Browse the restaurant list or use the toolbar filters to narrow choices.
3. Check the **You** and **Wife** boxes on any restaurant you're each interested in.
4. Click **Pick for Us!** to randomly select from the restaurants you both want.
5. Re-roll as needed, or click **View Details** to jump to the winner's menu.
3. Use the **First Course**, **Second Course**, or **Third Course** buttons to browse all dishes for a given course and jump to any restaurant that interests you.
4. Check the **You** and **Wife** boxes on any restaurant you're each interested in.
5. Click **Pick for Us!** to randomly select from the restaurants you both want.
6. Re-roll as needed, or click **View Details** to jump to the winner's menu.
7. Use **Clear Filters** to reset the toolbar, or **Reset Selected** to clear all picks and start over.
## Tech Stack