{"id":20972244,"url":"https://github.com/subramanyaks/react-news-app","last_synced_at":"2026-03-01T15:32:55.348Z","repository":{"id":65047440,"uuid":"579967538","full_name":"SubramanyaKS/React-News-App","owner":"SubramanyaKS","description":"News App created using React with support of newsApi api. Display the Current Day News of India.","archived":false,"fork":false,"pushed_at":"2024-09-16T04:13:36.000Z","size":1852,"stargazers_count":5,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-09T16:08:28.746Z","etag":null,"topics":["api","axios-react","javascript","news-api","newsapi","newsapp","newsapplication","react","react-news","react-news-app","reactjs"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/SubramanyaKS.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2022-12-19T11:47:17.000Z","updated_at":"2025-01-21T06:44:15.000Z","dependencies_parsed_at":"2023-11-27T02:50:07.219Z","dependency_job_id":"a4bf2c76-cbfb-4a44-8b04-cf39ca835484","html_url":"https://github.com/SubramanyaKS/React-News-App","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/SubramanyaKS/React-News-App","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SubramanyaKS%2FReact-News-App","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SubramanyaKS%2FReact-News-App/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SubramanyaKS%2FReact-News-App/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SubramanyaKS%2FReact-News-App/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SubramanyaKS","download_url":"https://codeload.github.com/SubramanyaKS/React-News-App/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SubramanyaKS%2FReact-News-App/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29973317,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-01T15:29:09.406Z","status":"ssl_error","status_checked_at":"2026-03-01T15:28:28.558Z","response_time":124,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["api","axios-react","javascript","news-api","newsapi","newsapp","newsapplication","react","react-news","react-news-app","reactjs"],"created_at":"2024-11-19T04:06:58.954Z","updated_at":"2026-03-01T15:32:55.331Z","avatar_url":"https://github.com/SubramanyaKS.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"#  React News App\n\nThis is a React JS-based online news web app that utilizes the NewsAPI.org API. It allows users to access and read news articles from a wide range of sources.\n\n## Features\n* Stay informed with the latest news articles fetched in real-time from NewsAPI.\n\n* Enjoy a user-friendly design that makes browsing news a seamless experience.\n\n* Discover news organized by various categories and topics, making it easy to find articles of interest.\n\n* Dive into full news articles effortlessly by clicking on the respective headlines.\n\n* Whether on a desktop, tablet, or mobile device, the app ensures a consistent and enjoyable experience across different screen sizes.\n\n## Technology Used\n\n* ![React](https://img.shields.io/badge/react-%2320232a.svg?style=for-the-badge\u0026logo=react\u0026logoColor=%2361DAFB)\n* ![Bootstrap](https://img.shields.io/badge/bootstrap-%23563D7C.svg?style=for-the-badge\u0026logo=bootstrap\u0026logoColor=white)\n* NewsAPI.org API\n* ![VS Code](https://img.shields.io/badge/Visual_Studio_Code-0078D4?style=for-the-badge\u0026logo=visual%20studio%20code\u0026logoColor=white)\n\n## Pre Requisite\n* Install ![git](https://img.shields.io/badge/GIT-E44C30?style=for-the-badge\u0026logo=git\u0026logoColor=white)\n* Installation of [![NodeJS](https://img.shields.io/badge/node.js-6DA55F?style=for-the-badge\u0026logo=node.js\u0026logoColor=white)](https://nodejs.org/en/) is mandatory with ![NPM](https://img.shields.io/badge/NPM-%23000000.svg?style=for-the-badge\u0026logo=npm\u0026logoColor=white)\n*  Login in to [NewsAPI](https://newsapi.org/) api website to get your `API key`\n\n\n## Setup and Run\n\n1. Fork the Project and clone Repository using git clone\n\n```sh\ngit clone https://github.com/SubramanyaKS/React-News-App.git\n```\n\n2.  Install all dependency in package.json\n\n```sh\nnpm install\n```\n3.  Create .env folder and paste the your key in variable REACT_APP_API_KEY\n\n```\nREACT_APP_API_KEY=\u003cYour API Key\u003e\n```\n\n4.  Run application using command\n\n```sh\nnpm run dev\n```\n\n5. Automatically open the website in localhost or just type below url in browser\n\n```\nhttp://localhost/5173\n```\n**Note:** Currently user details has been removed. you can include if you want.\n\n**Note:** For users details create db.json in root folder and add json in this passion\n\n```json\n {\n    \"id\": 3,\n    \"name\": \"\",\n    \"pnumber\": \"\",\n    \"password\": \"\"\n}\n```\nthen run the command at db.json path\n\n```sh\njson-server --watch db.json --port \u003cAny Port Number\u003e\n```\n\n## Contribution\n\nWe welcome contributions! If you'd like to contribute to React-News-App, please follow our [Contribution Guidelines](https://github.com/SubramanyaKS/React-News-App/blob/main/CONTRIBUTING.md).\n\n\nIf you like the project 🌟 the repository.\n\nThank you with ❤ Subramanya KS\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsubramanyaks%2Freact-news-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsubramanyaks%2Freact-news-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsubramanyaks%2Freact-news-app/lists"}