mediumReact Native#128

Grocery List (CRUD with persistence)

Prompt

Build a grocery list app. Requirements:

  1. TextInput to add items + "Add" button
  2. Show list of items with toggle (strikethrough) and delete
  3. Validate: prevent empty items
  4. Simulate 1-second load delay on startup
  5. Auto-focus the input once loading finishes

Hints

Solution

Your Code

15 min

Tests

Click Run to test your code