{"id":27950782,"url":"https://github.com/mahimdev/news-bangla","last_synced_at":"2025-10-13T19:09:04.079Z","repository":{"id":285458006,"uuid":"958107118","full_name":"mahimDev/news-bangla","owner":"mahimDev","description":null,"archived":false,"fork":false,"pushed_at":"2025-06-11T19:59:38.000Z","size":333,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-11T21:11:11.840Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/mahimDev.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}},"created_at":"2025-03-31T16:50:46.000Z","updated_at":"2025-06-11T19:59:41.000Z","dependencies_parsed_at":null,"dependency_job_id":"8b4f077a-b444-4e73-9213-fd7d9671a670","html_url":"https://github.com/mahimDev/news-bangla","commit_stats":null,"previous_names":["mahimdev/news-bangla"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mahimDev/news-bangla","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mahimDev%2Fnews-bangla","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mahimDev%2Fnews-bangla/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mahimDev%2Fnews-bangla/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mahimDev%2Fnews-bangla/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mahimDev","download_url":"https://codeload.github.com/mahimDev/news-bangla/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mahimDev%2Fnews-bangla/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279016866,"owners_count":26085884,"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-10-13T02:00:06.723Z","response_time":61,"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":[],"created_at":"2025-05-07T16:15:46.670Z","updated_at":"2025-10-13T19:09:04.051Z","avatar_url":"https://github.com/mahimDev.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 📰 NekreNews Frontend\n\n**NekreNews** is a modern news platform frontend built using **React 19**, **Tailwind CSS 4**, and **React Router DOM 7**. It is designed to work with a separate backend (Node.js + Express + MongoDB). The frontend is fully responsive, SEO-ready, and optimized for performance using React Query and Firebase.\n\n🔗 Live Site: [https://nekrenews.net](https://nekrenews.net)\n\n---\n\n## ⚙️ Technologies Used\n\n- **React 19**\n- **React Router DOM 7**\n- **Tailwind CSS 4**\n- **React Helmet** – SEO and Open Graph tags\n- **Firebase** – Auth and hosting\n- **Axios** – API requests\n- **TanStack React Query** – Data fetching and caching\n- **Swiper** – Responsive sliders\n- **LocalForage** – Offline caching\n- **match-sorter** – Fuzzy search\n- **sort-by** – Sorting utilities\n\n---\n\n## ✨ Features\n\n- 🔐 Firebase authentication\n- 📃 News listing and detail pages\n- 📤 Open Graph meta tags for social media previews\n- 🧭 Dynamic client-side routing\n- 📱 Mobile-first responsive design\n- 🖼️ Carousel for featured news using Swiper\n- ⚡ Performance optimized with caching (React Query + localForage)\n\n---\n\n## 📁 Project Structure\n\nsrc/\n├── components/\n├── pages/\n├── hooks/\n├── routes/\n├── App.jsx\n└── main.jsx\n\n## 🛠️ Getting Started\n\n### 1. Clone the repository\n\n```bash\ngit clone https://github.com/your-username/nekrenews-frontend.git\ncd nekrenews-frontend\n```\n\n### 2. Install dependencies\n\n```bash\nnpm install\n```\n\n### 3. Add environment variables\n\nCreate a `.env` file in the root of the project with the following variables:\n\n```\nVITE_FIREBASE_API_KEY=\nVITE_FIREBASE_AUTH_DOMAIN=\nVITE_FIREBASE_PROJECT_ID=\nVITE_FIREBASE_STORAGE_BUCKET=\nVITE_FIREBASE_MESSAGING_SENDER_ID=\nVITE_FIREBASE_APP_ID=\nVITE_API_BASE_URL=https://your-backend-api.com\n```\n\n### 4. Start the development server\n\n```bash\nnpm run dev\n```\n\n---\n\n## 🔗 Backend\n\nThe backend repository is located separately. Make sure it's running and accessible via `VITE_API_BASE_URL`.\n\n---\n\n## 📸 SEO \u0026 Social Sharing\n\n- `react-helmet` is used to inject meta tags dynamically\n- Open Graph meta tags are set on news detail pages for Facebook, Twitter, etc.\n\n\u003c!-- ---\n\n## 📜 License\n\nThis project is licensed under the **MIT License**.\nYou are free to use, copy, and modify for learning or production.\n\n--- --\u003e\n\n## 👤 Author\n\n**Ibrahim**  \nFrontend Developer  \n📍 Faridpur, Bangladesh  \n🌐 [https://nekrenews.net](https://nekrenews.net)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmahimdev%2Fnews-bangla","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmahimdev%2Fnews-bangla","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmahimdev%2Fnews-bangla/lists"}