Skip to content

Frontend for an app that sorts live news to find the positive articles. It consumes the api found at: https://github.com/tj2904/pp-api/

Notifications You must be signed in to change notification settings

tj2904/positive-press

Repository files navigation

Positive Press: Sorting Newsheadlines to find the postive

screenshot-trial-page-compressed

A web app that uses Natural Language Processing (NLP) to analyse news headlines and provide a curated feed of news ranked by positivity. This is the responsive frontend app, built in NextJS to demonstrate the utility of the APIs. There is an accompanying repo for the Python backend.

Visit the app deployed on Vercel, or read a little more about it in my Portfolio Entry.

Tech Stack:

  • NextJS, with App router
  • TypeScript
  • TailwindCSS
  • Next Font - Custom Font loading
  • Next Image
  • Jest - Component Testing
  • Github Actions
  • Sentry