Skip to content

Too lazy to read about the news? tl;dr is a web app that allows users to search up trending topics and get a summary of recent news!

Notifications You must be signed in to change notification settings

MattAko/tldr-react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Preview

Preview

Description

Too lazy to read about the news? tl;dr is a web app that allows users to search up trending topics and get a summary of recent news!

This project is a revision of my original entry for HopHacks 2020, with more knowledge and understanding of React and Node.

Tools used

  • React
  • HTML/CSS/JavaScript
  • Node.js, Express.js
  • APIs:
    • MeaningCloud Summarization
    • NewsAPI

Usage/Installion

  • You will need to obtain a key from both NewsAPI and MeaningCloud summarizaition API to enable the backend functionality.
  • Run the following in the main directory terminal.
cd backend
npm install
cd ..
cd frontend
npm install
  • Frontend runs on localhost:3000 and backend listens to port 5000.

About

Too lazy to read about the news? tl;dr is a web app that allows users to search up trending topics and get a summary of recent news!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published