recipe-manager/frontend/src/pages
Paul Huliganga c6c5d0e3f4 feat(frontend): implement recipe list page with search and pagination
- Create API client service (src/services/api.ts) with all CRUD operations
- Create useRecipes hook for data fetching with search and pagination
- Create RecipeCard component for displaying individual recipes
- Implement RecipeListPage with search bar, empty state, and error handling
- Add grid layout with responsive design (1-3 columns)
- Implement 'Load More' button for pagination
- Add recipe metadata display (servings, time, last cooked)
- Update TODO.md to mark task as complete
2026-03-24 03:12:27 -04:00
..
CookModePage.tsx feat(frontend): set up React Router with page components and navigation 2026-03-24 02:56:49 -04:00
NotFoundPage.tsx feat(frontend): set up React Router with page components and navigation 2026-03-24 02:56:49 -04:00
RecipeDetailPage.tsx feat(frontend): set up React Router with page components and navigation 2026-03-24 02:56:49 -04:00
RecipeListPage.tsx feat(frontend): implement recipe list page with search and pagination 2026-03-24 03:12:27 -04:00