You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This app displays the most recent news stories from around the world. The news is organised into categories, where users can click to access additional items. Users can explore several categories, including business, sports, technology, health, and science, as well as search for specific headlines.
GNewsScraper is a TypeScript package that scrapes article data from Google News based on a keyword or phrase. It returns the results as an array of JSON objects, making it convenient to access and use the scraped information
This is a worker service for the TimeLiner application. It collects, and filters the data from external API service and store it in the database as well as manages it and serves as first level source/data provider on which the TimeLiner GraphQL API depends.
This project showcases my journey into the world of Firebase,. The core feature of this application is Firebase Authentication, which enables secure user login. But that's not all - I've taken it a step further by deploying the application on Firebase.
This project is a full-stack application that integrates with the gnews.io API to display news articles with pagination and search functionality. The project uses React for the frontend and Node.js for the backend.
React app which Request REST API for the news data and fetch within the app. I learned how API work what's is an API key how we can manipulate an API Request etc. I also learned how to deploy an react app directly from terminal using gh-pages.
News App is a React-Vite Random Current World Related Live News project, using GNews API, Axios for the HTTP Client Request, display the News in different Category in Navbar, display the details in a Popup page, Read more as Source Link and deploy on Vercel.
Developed a React-powered application designed to fetch up-to-the-minute news updates. This app presents the latest news articles all around the world. The news are organized by categories on which user can click to view more articles. There are various categories users can browse!
My news app, built with React.js, leverages the GNews API to fetch real-time news data. The user interface is crafted using Tailwind CSS, ensuring a sleek and responsive design across all devices. Stay informed seamlessly with our intuitive, mobile-friendly news app.
ACONEWS is a full-stack news application that provides the latest news articles. It allows users to search for news based on various filters like country and language. The project leverages the GNews API and includes both a frontend (React) and backend (Node.js/Express) that are hosted separately.