Build an Explore page where users can discover trending and new posts.
The system should highlight popular content (based on likes/comments) and also allow users to browse by recent activity.
β
Tasks
π Acceptance Criteria
- Explore page exists with Trending and Latest tabs.
- Posts in Trending are sorted by popularity (likes + comments).
- Posts in Latest are sorted by most recent.
- Infinite scroll or "Load More" works smoothly.
- Explore UI matches the feed style for consistency.
Build an Explore page where users can discover trending and new posts.
The system should highlight popular content (based on likes/comments) and also allow users to browse by recent activity.
β Tasks
Database / Logic
UI/UX
Fullstack Implementation
Testing & QA
π Acceptance Criteria