iiitl / Wollete

Next.js project facilitating secure, anonymous digital receipt transmission for paperless transactions and billing among diverse entities.
https://wollette.vercel.app/
1 stars 12 forks source link

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

Open monarxxjain opened 8 months ago

monarxxjain commented 8 months ago

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: