Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tj2904/positive-press
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/
https://github.com/tj2904/positive-press
nextjs nextjs13 tailwind
Last synced: 5 days ago
JSON representation
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/
- Host: GitHub
- URL: https://github.com/tj2904/positive-press
- Owner: tj2904
- Created: 2023-02-08T11:05:04.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-16T21:51:15.000Z (27 days ago)
- Last Synced: 2024-10-18T21:22:28.328Z (25 days ago)
- Topics: nextjs, nextjs13, tailwind
- Language: TypeScript
- Homepage: https://positive-press.vercel.app
- Size: 2.12 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Positive Press: _Sorting Newsheadlines to find the postive_
![screenshot-trial-page-compressed](https://github.com/tj2904/positive-press/assets/3164936/56bf6169-55fd-44ae-a1a3-42188f7a05aa)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](https://www.github.com/tj2904/pp-api) for the Python backend.[Visit the app deployed on Vercel](https://positive-press.vercel.app/), or read a little more about it in my [Portfolio Entry](https://tj2904.com/positive-press).
### Tech Stack:
* NextJS, with App router
* TypeScript
* TailwindCSS
* Next Font - Custom Font loading
* Next Image
* Jest - Component Testing
* Github Actions
* Sentry