jackabald / NuancedNews

NuancedNews is a web appilcation that aggregates news stories from multiple sources to provide a well-rounded perspective on current events.
MIT License
5 stars 12 forks source link

Populate carousel in 'more' with articles #12

Closed jackabald closed 1 month ago

jackabald commented 1 month ago

Currently the carousel UI only has the name of the sources like NPR or Washington examiner. I need to now populate these labels with the articles from these publications. This can be done by reusing the Article.jsx component.