{"id":28904743,"url":"https://github.com/mehul515/collabrix-frontend","last_synced_at":"2026-04-16T10:02:01.994Z","repository":{"id":299696196,"uuid":"1003742027","full_name":"mehul515/Collabrix-Frontend","owner":"mehul515","description":"This repository contains the Next.js frontend, providing an intuitive and responsive UI that connects with the Spring Boot backend.","archived":false,"fork":false,"pushed_at":"2025-06-17T20:35:45.000Z","size":170,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-08-24T17:56:43.154Z","etag":null,"topics":["approuter","axios","lucide-react","nextjs","shadcn-ui","tailwindcss","typescript","vercel"],"latest_commit_sha":null,"homepage":"https://collabrix-dev.vercel.app","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/mehul515.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-06-17T15:42:38.000Z","updated_at":"2025-06-17T20:35:48.000Z","dependencies_parsed_at":"2025-06-17T21:46:31.559Z","dependency_job_id":null,"html_url":"https://github.com/mehul515/Collabrix-Frontend","commit_stats":null,"previous_names":["mehul515/collabrix-frontend"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mehul515/Collabrix-Frontend","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mehul515%2FCollabrix-Frontend","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mehul515%2FCollabrix-Frontend/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mehul515%2FCollabrix-Frontend/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mehul515%2FCollabrix-Frontend/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mehul515","download_url":"https://codeload.github.com/mehul515/Collabrix-Frontend/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mehul515%2FCollabrix-Frontend/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31880882,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-16T09:23:21.276Z","status":"ssl_error","status_checked_at":"2026-04-16T09:23:15.028Z","response_time":69,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":["approuter","axios","lucide-react","nextjs","shadcn-ui","tailwindcss","typescript","vercel"],"created_at":"2025-06-21T13:02:04.461Z","updated_at":"2026-04-16T10:02:01.976Z","avatar_url":"https://github.com/mehul515.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Collabrix Frontend\n\n🎯 **Collabrix** is a collaborative project management platform.  \nThis repository contains the **Next.js frontend**, providing an intuitive and responsive UI that connects with the Spring Boot backend.\n\n---\n\n## 🌐 Features\n\n- 🔐 User authentication and session management  \n- 🧩 Create and manage projects  \n- 👥 Invite and manage project members  \n- ✅ Assign and track tasks  \n- 📊 Responsive UI using Tailwind CSS  \n- 🔗 API integration with Spring Boot backend  \n\n---\n\n## 🚀 Live Demo\n\n🔗 Access the deployed frontend here:  \n**[https://collabrix-dev.vercel.app](https://collabrix-dev.vercel.app)**\n\n---\n\n## 📦 Tech Stack\n\n- **Next.js**\n- **React**\n- **Tailwind CSS**\n- **Axios** for API communication\n- **Framer Motion** (for animations)\n\n---\n\n## 🔐 Sample Environment Variables\n\nCreate a `.env.local` file in the root and add the following:\n\n```env\nNEXT_PUBLIC_API_BASE_URL=http://localhost:8081/api\n\n# For production (e.g., Render backend)\n# NEXT_PUBLIC_API_BASE_URL=https://collabrix-backend.onrender.com\n````\n\n\u003e ⚠️ Do not commit `.env.local` to GitHub.\n\n---\n\n## 📦 Getting Started Locally\n\n### 1. Clone the repository\n\n```bash\ngit clone https://github.com/mehul515/Collabrix-Frontend.git\ncd Collabrix-Frontend\n```\n\n### 2. Install dependencies\n\n```bash\nnpm install\n```\n\n### 3. Run the development server\n\n```bash\nnpm run dev\n```\n\nFrontend will be available at: `http://localhost:3000`\n\n---\n\n## 📦 Production Build\n\n```bash\nnpm run build\nnpm start\n```\n\n---\n\n## ☁️ Deployment Notes\n\nThis frontend is deployed using [**Vercel**](https://vercel.com/) for seamless integration with Next.js.\n\nIn your Vercel project settings, set the following environment variable:\n\n```env\nNEXT_PUBLIC_API_BASE_URL=https://collabrix-backend.onrender.com/api\n```\n\nOnce set, trigger a redeploy and you're live 🎉\n\n\n---\n\n## 🔗 Related Projects\n\n* 🧠 [Collabrix Backend (Spring Boot)](https://github.com/mehul515/Collabrix-Backend)\n\n---\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmehul515%2Fcollabrix-frontend","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmehul515%2Fcollabrix-frontend","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmehul515%2Fcollabrix-frontend/lists"}