{"id":18307298,"url":"https://github.com/evanch98/jira-clone-nextjs","last_synced_at":"2026-04-05T21:32:14.070Z","repository":{"id":261180984,"uuid":"883075320","full_name":"evanch98/jira-clone-nextjs","owner":"evanch98","description":"A full-stack Jira Clone Web Application built with Next.js 14.","archived":false,"fork":false,"pushed_at":"2025-02-17T05:12:40.000Z","size":933,"stargazers_count":30,"open_issues_count":0,"forks_count":11,"subscribers_count":2,"default_branch":"main","last_synced_at":"2026-01-03T19:19:18.531Z","etag":null,"topics":["appwrite","honojs","jira-clone","nextjs","nextjs14","nuqs","react18","shadcn-ui","tailwindcss","typescript"],"latest_commit_sha":null,"homepage":"https://jira-clone-nextjs-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/evanch98.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":"2024-11-04T10:33:50.000Z","updated_at":"2026-01-01T00:41:08.000Z","dependencies_parsed_at":"2024-12-23T04:22:04.690Z","dependency_job_id":"58c1d8bb-5159-4145-9643-d38e72a03edf","html_url":"https://github.com/evanch98/jira-clone-nextjs","commit_stats":null,"previous_names":["evanch98/jira-clone-nextjs"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/evanch98/jira-clone-nextjs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/evanch98%2Fjira-clone-nextjs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/evanch98%2Fjira-clone-nextjs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/evanch98%2Fjira-clone-nextjs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/evanch98%2Fjira-clone-nextjs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/evanch98","download_url":"https://codeload.github.com/evanch98/jira-clone-nextjs/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/evanch98%2Fjira-clone-nextjs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31451438,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-05T21:22:52.476Z","status":"ssl_error","status_checked_at":"2026-04-05T21:22:51.943Z","response_time":75,"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":["appwrite","honojs","jira-clone","nextjs","nextjs14","nuqs","react18","shadcn-ui","tailwindcss","typescript"],"created_at":"2024-11-05T16:03:42.337Z","updated_at":"2026-04-05T21:32:13.996Z","avatar_url":"https://github.com/evanch98.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# jira-clone-nextjs\n\n![GitHub repo size](https://img.shields.io/github/repo-size/evanch98/jira-clone-nextjs)\n![GitHub stars](https://img.shields.io/github/stars/evanch98/jira-clone-nextjs?style=social)\n![GitHub forks](https://img.shields.io/github/forks/evanch98/jira-clone-nextjs?style=social)\n\n\u003cbr /\u003e\nNovember, 2024. \u003cbr /\u003e\n\nFull-stack Jira Clone project built by using Next JS 14, React, TypeScript, Shadcn UI, Tailwind CSS, Hono, and Appwrite.\n\n## Features\n\n- Create workspaces and invite team members seamlessly.\n- Collaborate with team members and track projects and tasks.\n- Manage tasks in data table, kanban, and calendar views effortlessly.\n- Responsive design with TailwindCSS.\n\n## Getting Started\n\nThese instructions will help you set up and run the project on your local machine for development and testing purposes.\n\n1. **Clone the repository:**\n\n```bash\ngit clone https://github.com/evanch98/jira-clone-nextjs.git\ncd your-repo-name\n```\n\n2. **Install the required dependencies:**\n\n```bash\nbun install\n```\n\n3. **Configure environmental variables:**\n   Create a `.env.local` file in the project root and set the necessary environment variables.\n\n```\nNEXT_PUBLIC_APP_URL=http://localhost:3000\n\nNEXT_PUBLIC_APPWRITE_ENDPOINT=https://cloud.appwrite.io/v1\nNEXT_PUBLIC_APPWRITE_PROJECT=\n\nNEXT_PUBLIC_APPWRITE_DATABASE_ID=\nNEXT_PUBLIC_APPWRITE_WORKSPACES_ID=\nNEXT_PUBLIC_APPWRITE_MEMBERS_ID=\nNEXT_PUBLIC_APPWRITE_PROJECTS_ID=\nNEXT_PUBLIC_APPWRITE_TASKS_ID=\nNEXT_PUBLIC_APPWRITE_IMAGES_BUCKET_ID=\n\nNEXT_APPWRITE_KEY=\n```\n\n4. **Run the development server:**\n\n```bash\nbun dev\n```\n\n5. **Start building and customizing your Jira Clone!**\n\n6. **Demo Account**\n\n   Email: evan@mail.com\n\n   Password: Evan12345678\n\n## Technologies Used\n\n- [Next.js](https://nextjs.org/)\n- [React](https://react.dev/)\n- [TailwindCSS](https://tailwindcss.com/)\n- [TypeScript](https://www.typescriptlang.org/)\n- [Appwrite](https://appwrite.io/)\n- [Shadcn UI](https://ui.shadcn.com/)\n- [Hono](https://hono.dev/)\n\n## Acknowledgements\n\n- [@hello-pangea/dnd](https://www.npmjs.com/package/@hello-pangea/dnd)\n- [class-variance-authority](https://www.npmjs.com/package/class-variance-authority)\n- [clsx](https://www.npmjs.com/package/clsx)\n- [date-fns](https://www.npmjs.com/package/date-fns)\n- [lucide-react](https://www.npmjs.com/package/lucide-react)\n- [nuqs](https://www.npmjs.com/package/nuqs)\n- [react-big-calendar](https://www.npmjs.com/package/react-big-calendar)\n- [react-day-picker](https://www.npmjs.com/package/react-day-picker)\n- [react-icons](https://www.npmjs.com/package/react-icons)\n- [sonner](https://www.npmjs.com/package/sonner)\n- [tailwind-merge](https://www.npmjs.com/package/tailwind-merge)\n- [zod](https://www.npmjs.com/package/zod)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fevanch98%2Fjira-clone-nextjs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fevanch98%2Fjira-clone-nextjs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fevanch98%2Fjira-clone-nextjs/lists"}