codex-lv3-may-2025

Level Navigation: 1 2 3 4 5 6 7 8 9 10⚡ 11⚡ 12⚡ 13⚡ 14⚡ 15 16 17 18⚡ 19 20

Level 12: Individual Story Access ⚡ CHALLENGE LEVEL

User Story: As a user, I want to find and read a specific Mad Libs story by its number so that I can revisit my favorite stories.

What You’ll Do

Create a route to access individual stories by number using query parameters.

Instructions

💡 Code Hints

Need help with query parameters? Check out these snippets:

✅ Check

  1. Create several stories first
  2. Navigate to /story-no?number=1
  3. You should see the first story
  4. Try different numbers to access different stories
  5. If stories don’t appear, check your parameter parsing