https://github.com/amanvarshney01/news-verifier
https://github.com/amanvarshney01/news-verifier
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/amanvarshney01/news-verifier
- Owner: AmanVarshney01
- Created: 2023-04-08T05:30:25.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-10T17:08:36.000Z (about 2 years ago)
- Last Synced: 2025-03-24T13:14:30.347Z (about 1 month ago)
- Language: JavaScript
- Homepage: https://news-verifier.vercel.app
- Size: 526 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# News Verifier
News Verifier is a web application that utilizes Next.js, Tailwind CSS, NewsAPI, and Google FactCheck API to provide users with accurate fact checks and relevant news articles.## Features
Fact Check: Users can enter a claim or topic to search and receive a list of fact checks from Google FactCheck API, providing context and credibility for the claim.
Related Articles: Along with fact checks, users can view related news articles on the topic they searched for.
User Interface: The app has a user-friendly interface that is optimized for both desktop and mobile devices.## Technologies
Next.js: A React framework for building server-side rendered (SSR) web applications.
Tailwind CSS: A utility-first CSS framework for building custom designs quickly and efficiently.
NewsAPI: A RESTful API that provides access to breaking news headlines and articles from various news sources around the world.
Google FactCheck API: A machine-readable dataset of fact-checks in the schema.org ClaimReview markup format.## Deployment
The app is deployed using Vercel and can be accessed at news-verifier.vercel.app## Usage
To use the app, simply enter a claim or topic in the search bar and click "Search." The app will retrieve fact checks and related news articles, providing users with a comprehensive understanding of the topic.## Contributions
Contributions to the project are welcome. Feel free to fork the repository, make changes, and submit a pull request.Thank you for using News Verifier!