Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/bernietv/jira-clone
- Owner: BernieTv
- Created: 2024-11-22T07:00:22.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-11-22T07:26:39.000Z (about 1 month ago)
- Last Synced: 2024-11-22T08:17:43.853Z (about 1 month ago)
- Topics: appwrite, honojs, nextjs, tailwindcss, tanstack-query
- Language: TypeScript
- Homepage: https://jira-clone-henna.vercel.app
- Size: 406 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```