DenisKorkmaz / Capstone-Project-News-App

https://capstone-project-news-app.vercel.app/
1 stars 0 forks source link

Userstory 5: Filter Articles by Region and Category on Home Page #9

Open DenisKorkmaz opened 1 year ago

DenisKorkmaz commented 1 year ago

Filter Articles by Region and Category on Home Page

Value Proposition
As a User, I want to filter articles on the home page based on region and category, so I can tailor the displayed content to my regional preferences and topical interests.

Description

Image

Dropdown menus for "Region" and "Category" will be incorporated next to the search bar on the home page. When users select a specific region or category, the page will curate and showcase articles that align with the chosen filters.

Acceptance Criteria

Tasks

  1. Incorporate dropdown menus for "Region" and "Category" on the home and favorites page.
  2. Fetch and showcase articles aligned with the user's filter selections.
  3. Design and set up the feedback message for no matching articles.
  4. Apply styles using styled-components.

Complexity
M