Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bernietv/jira-clone

Jira clone build with Next.js and Appwrite
https://github.com/bernietv/jira-clone

appwrite honojs nextjs tailwindcss tanstack-query

Last synced: about 1 month ago
JSON representation

Jira clone build with Next.js and Appwrite

Awesome Lists containing this project

README

        

# Jira Clone build with NextJS, TailwindCSS, HonoJS and Appwrite

![Screenshot 2024-10-12 183257](https://github.com/user-attachments/assets/cc42f737-69b8-424c-b89d-685061dd8018)

Key Features:

```
🏢 Workspaces
📊 Projects / Epics
✅ Tasks
📋 Kanban Board View
🗃️ Data Table View
📅 Calendar View
✉️ Invite System
⚙️ Workspace and Project Settings
🖼️ Image Uploads (for avatars and attachments)
🔌 Appwrite SDK Integration
⚛️ Next.js 14 Framework
🎨 Shadcn UI & TailwindCSS Styling
🔍 Advanced Search and Filtering
📈 Analytics Dashboard
👥 User Roles and Permissions
🔒 Authentication (OAuth and Email)
📱 Responsive Design (Mobile-friendly)
🚀 API using Hono.js
```

### Prerequisites

**Bun version 1.1.30^**

### Cloning the repository

```shell
git clone https://github.com/BernieTv/Jira-Clone.git
```

### Install packages

```shell
bun install
```

### Setup .env file

```js
NEXT_PUBLIC_APP_URL= "http://localhost:3000"

NEXT_PUBLIC_APPWRITE_ENDPOINT=
NEXT_PUBLIC_APPWRITE_PROJECT=

NEXT_PUBLIC_APPWRITE_DATABASE_ID=
NEXT_PUBLIC_APPWRITE_WORKSPACES_ID=
NEXT_APPWRITE_KEY=
```

### Start the app

```shell
bun run dev
```