You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create a news component that will be used on both the Main and News pages to display the latest news stories. This component should present news items with a visual emphasis on the featured image and include a headline and a summary.
Acceptance Criteria:
The news component should match the design aesthetic of the rest of the application.
It should display a list of news stories, each with an image, headline, and summary.
Users should be able to tap on a news item to be taken to the full article.
Ensure the component fetches the latest news stories from the backend.
The news component should be performant and load content smoothly.
Visuals:
Usage:
Main page
News page
Tasks:
Create the UI design for the news component.
Develop the frontend functionality for displaying news items.
Implement backend integration to fetch news articles.
Test the component for performance and responsiveness on different devices.
The text was updated successfully, but these errors were encountered:
Create a news component that will be used on both the Main and News pages to display the latest news stories. This component should present news items with a visual emphasis on the featured image and include a headline and a summary.
Acceptance Criteria:
Visuals:
Usage:
Tasks:
The text was updated successfully, but these errors were encountered: