{"id":26218030,"url":"https://github.com/jadzeino/jira-clone","last_synced_at":"2026-05-10T02:04:38.211Z","repository":{"id":281872860,"uuid":"946621945","full_name":"jadzeino/jira-clone","owner":"jadzeino","description":"A Jira Clone with workspaces, projects, tasks, kanban boards, calendars, role-based access, and analytics. Built with Next.js 14, Appwrite, Hono.js, and TailwindCSS, offering real-time collaboration and seamless deployment. 🚀","archived":false,"fork":false,"pushed_at":"2025-03-11T15:11:56.000Z","size":4237,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-11T16:25:09.505Z","etag":null,"topics":["appwrite","auth","cleara","honojs","jira","nextjs14","shadcn-ui"],"latest_commit_sha":null,"homepage":"https://jira-clone-cyan-five.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/jadzeino.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}},"created_at":"2025-03-11T12:29:44.000Z","updated_at":"2025-03-11T15:17:42.000Z","dependencies_parsed_at":"2025-03-11T16:35:15.635Z","dependency_job_id":null,"html_url":"https://github.com/jadzeino/jira-clone","commit_stats":null,"previous_names":["jadzeino/jira-clone"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jadzeino%2Fjira-clone","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jadzeino%2Fjira-clone/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jadzeino%2Fjira-clone/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jadzeino%2Fjira-clone/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jadzeino","download_url":"https://codeload.github.com/jadzeino/jira-clone/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243222184,"owners_count":20256229,"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","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":["appwrite","auth","cleara","honojs","jira","nextjs14","shadcn-ui"],"created_at":"2025-03-12T13:14:57.623Z","updated_at":"2026-05-10T02:04:28.172Z","avatar_url":"https://github.com/jadzeino.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Jira Clone - ClearA\n\nA fullstack **Jira Clone**, providing an end-to-end project management solution with workspaces, epics, tasks, kanban boards, calendars, role-based access control, analytics, authentication, and more!\n\n## Features\n\n### Project \u0026 Task Management\n\n- 🏢 **Workspaces** – Organize teams and projects efficiently.\n- 📊 **Projects / Epics** – Structure work at a high level.\n- ✅ **Tasks** – Create, assign, edit, and track progress.\n- 📋 **Kanban Board View** – Drag-and-drop task management.\n- 🗃️ **Data Table View** – Structured, list-based view for easy access.\n- 📅 **Calendar View** – Manage deadlines with a visual calendar.\n\n### Collaboration \u0026 Permissions\n\n- ✉️ **Invite System** – Easily invite team members.\n- ⚙️ **Workspace \u0026 Project Settings** – Full control over configurations.\n- 👥 **User Roles \u0026 Permissions** – Role-based access control for security.\n\n### Technical Stack\n\n- 🔌 **Appwrite SDK Integration** – Backend as a service for authentication, databases, and file storage.\n- ⚛️ **Next.js 14 Framework** – A React-based framework for server-side rendering and performance.\n- 🎨 **Shadcn UI \u0026 TailwindCSS** – Aesthetic and responsive UI design.\n- 🔍 **Advanced Search \u0026 Filtering** – Quickly find tasks, projects, and users.\n- 📈 **Analytics Dashboard** – Track key project and team metrics.\n- 🔒 **Authentication** – Secure login via OAuth and Email.\n- 📱 **Responsive Design** – Fully functional across mobile and desktop.\n- 🚀 **API using Hono.js** – Fast and lightweight API handling.\n\n## Screenshots\n\n![Homepage](/assets/Screenshot1.png)\n![MyTasks](/assets/Screenshot2.png)\n![MyTasks2](/assets/Screenshot3.png)\n![MyTask3](/assets/Screenshot4.png)\n![UpdateNamespace](/assets/Screenshot5.png)\n![MemberList](/assets/Screenshot6.png)\n![MyProjects](/assets/Screenshot7.png)\n![CreateTask](/assets/Screenshot8.png)\n![CreateWorspace](/assets/Screenshot9.png)\n![ChangeRole](/assets/Screenshot10.png)\n![AppwriteDatabase](/assets/Screenshot11.png)\n\nExample:\n\n## Installation \u0026 Setup\n\n### Prerequisites\n\nEnsure you have the following installed:\n\n- **Node.js (v18 or later)**\n- **Yarn or npm**\n- **Appwrite Cloud or Self-hosted Appwrite instance**\n\n### Clone the Repository\n\n```bash\ngit clone https://github.com/jadzeino/jira-clone.git\ncd jira-clone\n```\n\n### Install Dependencies\n\n```bash\nyarn install\n# or\nnpm install\n```\n\n## Environment Variables\n\nBefore starting, create a .env.local file in the root directory and add your own environment variables:\n\n```bash\nNEXT_PUBLIC_APP_URL=http://localhost:3000  NEXT_PUBLIC_APPWRITE_ENDPOINT=https://cloud.appwrite.io/v1  NEXT_PUBLIC_APPWRITE_PROJECT=670d....  NEXT_PUBLIC_APPWRITE_DATABASE_ID=670e....  NEXT_PUBLIC_APPWRITE_WORKSPACES_ID=670e....  NEXT_PUBLIC_APPWRITE_MEMBERS_ID=670e....  NEXT_PUBLIC_APPWRITE_PROJECTS_ID=6718....  NEXT_PUBLIC_APPWRITE_TASKS_ID=671a....  NEXT_PUBLIC_APPWRITE_IMAGES_BUCKET_ID=670e....  NEXT_APPWRITE_KEY=standard_....\n```\n\n## Running the Project Locally\n\n```bash\nyarn dev\n# or\nnpm run dev\n```\n\nThe app will be accessible at [http://localhost:3000](http://localhost:3000).\n\n## Deployment\n\n### App is deployed on Vercel\n\nyou can test it on this link\n\nhttps://jira-clone-cyan-five.vercel.app/\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjadzeino%2Fjira-clone","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjadzeino%2Fjira-clone","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjadzeino%2Fjira-clone/lists"}