{"id":51691515,"url":"https://github.com/devjubayr/news-portal","last_synced_at":"2026-07-16T02:34:33.187Z","repository":{"id":322811334,"uuid":"1090786251","full_name":"devjubayr/news-portal","owner":"devjubayr","description":"A news publishing platform utilizing tech inductry acticles","archived":false,"fork":false,"pushed_at":"2025-11-11T05:21:05.000Z","size":4248,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-07-16T02:34:29.421Z","etag":null,"topics":["nextjs","reactjs","teailwindcss"],"latest_commit_sha":null,"homepage":"https://news-portal-one-kappa.vercel.app","language":"HTML","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/devjubayr.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-11-06T06:14:38.000Z","updated_at":"2025-11-11T05:21:09.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/devjubayr/news-portal","commit_stats":null,"previous_names":["crosbow/news-portal","devjubayr/news-portal"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/devjubayr/news-portal","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devjubayr%2Fnews-portal","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devjubayr%2Fnews-portal/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devjubayr%2Fnews-portal/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devjubayr%2Fnews-portal/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/devjubayr","download_url":"https://codeload.github.com/devjubayr/news-portal/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devjubayr%2Fnews-portal/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35528482,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-16T02:00:06.687Z","response_time":83,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","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":["nextjs","reactjs","teailwindcss"],"created_at":"2026-07-16T02:34:29.595Z","updated_at":"2026-07-16T02:34:33.174Z","avatar_url":"https://github.com/devjubayr.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# News Portal \n\nA news publishing platform utilizing tech inductry acticles. The application build using Next.js advance features, such as internationalization, parralel routes, intercepting routes and so on.\n\n---\n\n## Projet structure\n```\n└── root/\n    ├── data/\n    │   ├── data.js\n    │   │   └── data.json\n    ├── components/\n    │   ├── Article.jsx\n    │   ├── ArticleDetails.jsx\n    │   ├── ArticleList.jsx\n    │   ├── DetailsPageSidebar.jsx\n    │   ├── FeaturedStory.jsx\n    │   ├── Footer.jsx\n    ├── Header.jsx\n    │   ├── Logo.jsx\n    │   ├── MarqueeBanner.jsx\n    │   ├── Modal.jsx\n    │   └── skeletons/\n    │   │   ├── ArticleCardSkeleton.jsx\n    │   │   ├── ArticleDetailsSkeleton.jsx\n    │   │   ├── ArticlePageSidebarSkeleton.jsx\n    │   │   └── FeaturedStorySkeleton.jsx\n    ├── app/\n    │   │   ├── favicon.ico\n    │   │   ├── globals.css\n    │   │   ├── [lang]/\n    │   │   │   ├── error.js\n    │   │   │   ├── layout.js\n    │   │   │   ├── not-found.js\n    │   │   │   ├── page.js\n    │   │   │   ├── dictionaries/\n    │   │   │   │   ├── bn.json\n    │   │   │   │   ├── dictionary.js\n    │   │   │   │   └── en.json\n    │   │   │   ├── @articleModal/\n    │   │   │   ├── default.js\n    │   │   │   │   └── (..)[lang]/\n    │   │   │   │       └── news/\n    │   │   │   │           └── [id]/\n    │   │   │   │               └── page.js\n    │   │   │   └── news/\n    │   │   │       └── [id]/\n    │   │   │           ├── not-found.js\n    │   │   │           └── page.js\n    │   │   └── api/\n    │   │       └── news/\n    │   │           ├── route.js\n    │   │           └── [id]/\n    │   │               └── route.js\n    ├── utils/\n    │   ├── apiError.js\n    │   ├── apiResponse.js\n    │   ├── extractImage.js\n    │   ├── formateDate.js\n    │   └── trancate.js\n    ├── public/\n    │   ├── logo.png\n    │   ├── images/\n    │   │   └── 8400a044-9788-42d9-abe8-6c3c865d36db.png\n    │   ├── avatar/\n    │   │   ├── avatar-1.png\n    │   │   └── avatar-2.png\n    │   └── articles/\n    │       ├── article-1.jpg\n    │       ├── article-2.jpg\n    │       ├── article-3.jpg\n    │       └── article-4.jpg\n    ├── node_modules\n    ├── .eslintrc.json\n    ├── .gitignore\n    ├── jsconfig.json\n    ├── middleware.js\n    ├── next.config.mjs\n    ├── package-lock.json\n    ├── package.json\n    ├── postcss.config.mjs\n    ├── README.md\n    ├── tailwind.config.js\n```\n\n## Key features\n\n- Explore all articles on the home page\n- On Clicking the article show modal with the desire article information\n- If user manualy enter article URL render the article in a saperate page instead of modal.\n- Explore a modern eye safly UI with no color conflict\n\n## Packages Installed\n\n| Packages     | Version | Usage                         |\n| ------------ | ------- | ----------------------------- |\n| Next JS      | ^14.2.33| For Full Stack Development    |\n| React JS     | ^18.0.0 | Using latest version of React |\n| Tailwind CSS | ^3.0.0  | Adding faster styling         |\n\n\n## Installation\n\nFirst, clone the repository by:\n\n```bash\ngit clone https://github.com/crosbow/news-portal.git\n```\n\nSecond, Install the packages:\n\n```bash\nnpm install\n```\n\nFinally, run the development server:\n\n```bash\nnpm run dev\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevjubayr%2Fnews-portal","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevjubayr%2Fnews-portal","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevjubayr%2Fnews-portal/lists"}