Displays news headlines with redirection to the source
Front End code is written in ReactJS.
- It uses react data table to display the data.
- Filtering is applied on the individual columns.
- Rows are clickable and redirect to the URL of the medium.
- Pagination is done on the client side since data is limited. However it should be done on the backkend with large data.
- Axios is used for communicating with Backend server.