- Add seedCategories mutation (idempotent) and getBySlug query
- Add ad queries: list, getByCategory, getById, search, getByHandyman
- Home screen: search bar, CategoryGrid, recent ads list with real-time
Convex queries and search-by-keyword
- Explore screen: category filter via search param, filtered ad list,
full category grid when unfiltered
- AdCard component: title, category badge, location, rating stars,
price range, navigation to ad detail
- CategoryGrid component: 3-column emoji grid linking to filtered explore
- Add CATEGORY_EMOJI map and getCategoryName() helper in constants
All UI text in Macedonian. TypeScript clean, Convex functions deployed.