Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement Dynamic News Content Management and Search Functionality for news #6

Open
monarxxjain opened this issue Mar 14, 2024 · 0 comments
Labels
feature New functionality hard Challenging tasks, advanced skills required

Comments

@monarxxjain
Copy link
Contributor

The /news page currently lacks dynamic content management and enhanced tab functionality. This issue aims to improve the management of news content by creating a separate content folder within the project directory and populating it with a news.js file containing news items categorized into different categories. Additionally, the issue involves integrating the news content from the news.js file into the /news page, mapping the content category-wise, and implementing a search functionality based on news titles. Furthermore, the tab functionality on the /news page needs enhancement to display news from all categories when the first tab is clicked, while the remaining tabs should display news from their respective categories.

Task to be Done:

  • Create a content folder within the project directory.
  • Within the content folder, create a file named news.js and populate it with news items categorized into at least three categories in JSON format.
  • Import the news.js file into the code of the /news page.
  • Map the news content category-wise on the /news page.
  • Implement a search functionality based on news titles on the /news page.
  • Enhance tab functionality so that clicking on the first tab displays news from all categories and keep first tab title as "All Categories", while clicking on the remaining tabs displays news from their respective categories.
@monarxxjain monarxxjain changed the title Implement Cynamic News Content Management and Search Functionality for news Implement Dynamic News Content Management and Search Functionality for news Mar 14, 2024
@monarxxjain monarxxjain added hard Challenging tasks, advanced skills required feature New functionality labels Mar 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New functionality hard Challenging tasks, advanced skills required
Projects
None yet
Development

No branches or pull requests

1 participant