From fa171569727162667d0a7e121989c017a75ea3bd Mon Sep 17 00:00:00 2001 From: Derek Cooper Date: Tue, 24 Feb 2026 00:05:19 -0800 Subject: [PATCH] Updated ReadMe file --- README.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 592b849..bf4d8da 100644 --- a/README.md +++ b/README.md @@ -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