Link: https://my-news-portal-web-app.netlify.app/
It is a news web app that take advantage of the News API. You can see all sort of news and filter or sort base of your preferences. Here I learned how to use an API integrate in a pleasing UI design, familiarize myself with design testing libraries and backend frameworks.
- Filter by date (from, to)
- Sort (oldest, newest)
- Pagination
- React
- MUI React library
- Express JS
-
Filter component displays all of your desired news based on your search from the date that you requested until the desired one.
-
Sort component sorts your searched news from the oldest ones to the newest and vice versa.
-
News are requested from the backend and the backend make the requests from the integrated API created by News API.
-
Pagination component shows for each 10 pages 10 articles published.

