Skip to content

lim-joseph/jiraclone

Repository files navigation

Jira Clone

Features

Create and manage: Sprints, Kanban boards, Product backlog, Sprint backlog, Charts, User authentication & Management (modified in this version for public viewing)

Stack

React, Supabase, React Router, Recharts, dndkit, Tanstack Table, Tailwind, shadcn/ui

Image 1 Image 2
Image 3 Image 4

Setup

  1. Create a .env file in the root directory with the following keys from https://supabase.com/
VITE_SUPABASE_URL=
VITE_SUPABASE_ANON_KEY=
  1. Replace first snippet with second in src/pages/LandingPage.tsx
"redirectTo: https://fit2101-public.vercel.app/sprints"
"redirectTo: "http://localhost:5173/sprints"
  1. Install dependencies and start the development server
npm install
npm run dev

About

Fully featured Jira Clone App built using React and Supabase

Resources

Stars

Watchers

Forks