Skip to content

Displays news headlines with redirection to the source

Notifications You must be signed in to change notification settings

SuperMohit/NewsApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NewsApp

Displays news headlines with redirection to the source

Front End Code:

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.

Backend Code:

  • Backend code is written in Spring Boot with Elastic search as the data store.
  • The script used for reading the csv and dumping the data to elastic is added. alt text

Filtering : Textbox in the columns for filtering data.

alt text

Elastic Index

alt text

About

Displays news headlines with redirection to the source

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published