https://github.com/bstanar/jira-clone
Jira Clone using Next.js and React
https://github.com/bstanar/jira-clone
appwrite clone hono jira nextjs react
Last synced: 3 months ago
JSON representation
Jira Clone using Next.js and React
- Host: GitHub
- URL: https://github.com/bstanar/jira-clone
- Owner: BStanar
- Created: 2024-10-21T13:21:13.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-11-14T17:02:24.000Z (over 1 year ago)
- Last Synced: 2025-02-07T07:30:06.815Z (over 1 year ago)
- Topics: appwrite, clone, hono, jira, nextjs, react
- Language: TypeScript
- Homepage: https://jira-clone-seven-pi.vercel.app
- Size: 853 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Jira Clone
A full-stack project management application replicating core Jira functionality. Supports workspaces, projects, task boards, and member roles with a clean, responsive UI.
🔗 **[Live Demo](https://jira-clone-seven-pi.vercel.app)**
---
## Features
- **Workspaces** — create and manage multiple workspaces, each with their own projects and members
- **Projects** — projects within a workspace with customizable settings
- **Tasks** — create, assign, and track tasks with status, priority, due dates, and assignees
- **Kanban & List views** — switch between board and list views per project
- **Member roles** — workspace-level role management
- **Authentication** — sign up, sign in, invite-based onboarding
---
## Tech Stack
| Layer | Technology |
|---|---|
| Framework | Next.js (App Router) |
| API | Hono |
| Backend-as-a-Service | Appwrite |
| UI | shadcn/ui, Tailwind CSS |
| Language | TypeScript |
---
## Getting Started
```bash
# Install dependencies
bun install
# Set up environment variables
cp .env.example .env.local
# Fill in your Appwrite project credentials
# Start the development server
bun dev
```
Open [http://localhost:3000](http://localhost:3000) in your browser.