hamzaplojovic / newsapi

React Class NewsAPI App project
1 stars 0 forks source link

Feature: Input bar with Filtering Chips, each one with its own value #5

Closed hamzaplojovic closed 2 years ago

hamzaplojovic commented 2 years ago

These "Chips", are actually component from Mantine UI, and each one has unique value. They help with sorting, by popularity, relevance, and published date. Input bar is just there to search if any of articles from newsapi contains typed term. Also, I organized main and sub components, in their own folders.

hamzaplojovic commented 2 years ago

FIltering with Input Bar and Filtering Chips