{"id":15828810,"url":"https://github.com/thesgj/trappist-news-react","last_synced_at":"2026-04-09T21:12:20.350Z","repository":{"id":37850537,"uuid":"502738447","full_name":"TheSGJ/Trappist-News-React","owner":"TheSGJ","description":"Trappist News a news website, made using React Js class based \u0026 It shows the latest news from the different news platforms. It uses newsapi.org API to provide news just by fetching news data from an API endpoint.","archived":false,"fork":false,"pushed_at":"2023-02-27T10:40:48.000Z","size":2270,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-10-06T10:42:34.917Z","etag":null,"topics":["react","react-class-components","react-router","reactjs","reactjs-components","tailwindcss"],"latest_commit_sha":null,"homepage":"https://trappistnews.vercel.app","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/TheSGJ.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","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},"funding":{"github":"thesgj"}},"created_at":"2022-06-12T22:06:11.000Z","updated_at":"2023-01-15T23:37:06.000Z","dependencies_parsed_at":"2024-10-26T16:00:48.643Z","dependency_job_id":"b5e6cd78-c54e-410b-9966-98e770eda20f","html_url":"https://github.com/TheSGJ/Trappist-News-React","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/TheSGJ/Trappist-News-React","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheSGJ%2FTrappist-News-React","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheSGJ%2FTrappist-News-React/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheSGJ%2FTrappist-News-React/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheSGJ%2FTrappist-News-React/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TheSGJ","download_url":"https://codeload.github.com/TheSGJ/Trappist-News-React/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheSGJ%2FTrappist-News-React/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266721036,"owners_count":23974082,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-07-23T02:00:09.312Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"robots_txt_url":"https://github.com/robots.txt","online":true,"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":["react","react-class-components","react-router","reactjs","reactjs-components","tailwindcss"],"created_at":"2024-10-05T10:42:37.195Z","updated_at":"2026-04-09T21:12:20.310Z","avatar_url":"https://github.com/TheSGJ.png","language":"JavaScript","funding_links":["https://github.com/sponsors/thesgj"],"categories":[],"sub_categories":[],"readme":"## Trappist News React\n- Trappist News a news website, made using React Js class based components \u0026 It shows the latest news from the different news platforms. It uses newsapi.org API to provide news just by fetching news data from an API endpoint.\n\u003e You can visit the preview website of Trappist News at https://trappistnews-react.vercel.app\n## `REACT_APP_NEWS_API // the API key you have to get it from newsapi.org website.`\n### `create a file named '.env.local' \u0026 in that REACT_APP_NEWS_API=\"your_apiKey\" // put your apiKey in place of \"your_apiKey\"`\n### Screenshots of the application:\n![PC preview](https://cdn.jsdelivr.net/gh/thesgj/Trappist-News-React/img/local-pc.PNG)\n\n- Checkout [Trappist News React Functional](https://github.com/TheSGJ/Trappist-News-React-Functional) its the same news react app but made using the react functional components.\n## Steps required for configuring the project.\n\u003e Clone the repository using the git bash :\n```git clone https://github.com/TheSGJ/Trappist-News-React.git```\n\u003e Move to the project directory :\n```cd Trappist-News-React```\n\u003e Install the required dependencies:\n```yarn```\n\u003e Starting the react app on the localhost:\n```yarn start```\n\u003e Then, the development server will be started at http://localhost:3000\n\n# Getting Started with Create React App\nThis project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).\n## Available Scripts\nIn the project directory, you can run:\n### `yarn start`\nRuns the app in the development mode.\\\nOpen [http://localhost:3000](http://localhost:3000) to view it in your browser.\nThe page will reload when you make changes.\\\nYou may also see any lint errors in the console.\n### `yarn test`\nLaunches the test runner in the interactive watch mode.\\\nSee the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information.\n### `yarn build`\nBuilds the app for production to the `build` folder.\\\nIt correctly bundles React in production mode and optimizes the build for the best performance.\nThe build is minified and the filenames include the hashes.\\\nYour app is ready to be deployed!\nSee the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information.\n### `yarn eject`\n**Note: this is a one-way operation. Once you `eject`, you can't go back!**\nIf you aren't satisfied with the build tool and configuration choices, you can `eject` at any time. This command will remove the single build dependency from your project.\nInstead, it will copy all the configuration files and the transitive dependencies (webpack, Babel, ESLint, etc) right into your project so you have full control over them. All of the commands except `eject` will still work, but they will point to the copied scripts so you can tweak them. At this point you're on your own.\nYou don't have to ever use `eject`. The curated feature set is suitable for small and middle deployments, and you shouldn't feel obligated to use this feature. However we understand that this tool wouldn't be useful if you couldn't customize it when you are ready for it.\n## Learn More\nYou can learn more in the [Create React App documentation](https://facebook.github.io/create-react-app/docs/getting-started).\nTo learn React, check out the [React documentation](https://reactjs.org/).\n### Code Splitting\nThis section has moved here: [https://facebook.github.io/create-react-app/docs/code-splitting](https://facebook.github.io/create-react-app/docs/code-splitting)\n### Analyzing the Bundle Size\nThis section has moved here: [https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size](https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size)\n### Making a Progressive Web App\nThis section has moved here: [https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app](https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app)\n### Advanced Configuration\nThis section has moved here: [https://facebook.github.io/create-react-app/docs/advanced-configuration](https://facebook.github.io/create-react-app/docs/advanced-configuration)\n### Deployment\nThis section has moved here: [https://facebook.github.io/create-react-app/docs/deployment](https://facebook.github.io/create-react-app/docs/deployment)\n### `yarn build` fails to minify\nThis section has moved here: [https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify](https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify)\n\n### Deployed using vercel \u0026 netlify:\n[![Netlify Status](https://api.netlify.com/api/v1/badges/864912d0-3eab-4a64-9810-0a464a5d1f19/deploy-status)](https://trappistnews.netlify.app/)\n[![Deployed with Vercel](https://vercel.com/button)](https://trappistnews.vercel.app/)\n\n# License\n[![MIT License](https://img.shields.io/apm/l/atomic-design-ui.svg?)](https://github.com/TheSGJ/Trappist-News-React/blob/master/LICENSE)\n- You're free to use this code!\n\n### Stack for this project:\n[![Javascript](https://img.shields.io/badge/JavaScript-323330?style=for-the-badge\u0026logo=javascript\u0026logoColor=F7DF1E)](https://www.w3.org/wiki/The_web_standards_model_-_HTML_CSS_and_JavaScript)\n[![NodeJs](https://img.shields.io/badge/Node.js-43853D?style=for-the-badge\u0026logo=node.js\u0026logoColor=white)](https://nodejs.org/en/)\n[![React](https://img.shields.io/badge/React-20232A?style=for-the-badge\u0026logo=react\u0026logoColor=61DAFB)](https://reactjs.org/)\n[![TailwindCSS](https://img.shields.io/badge/Tailwind_CSS-38B2AC?style=for-the-badge\u0026logo=tailwind-css\u0026logoColor=white)](https://tailwindcss.com/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthesgj%2Ftrappist-news-react","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthesgj%2Ftrappist-news-react","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthesgj%2Ftrappist-news-react/lists"}