DEV Community

Navidreza Abbaszadeh
Navidreza Abbaszadeh

Posted on

I Cloned Jira Task Manager Here's How:

Last month the idea of starting a light side-project came up.
While exploring options, a late-night review of tasks in Jira sparked a thought: “Why not clone this?”

That’s when the decision was made,
to build a “Jira Task Manager” clone.

I set up project using Next.js 15 (app router) + Tailwindcss, Typescript.

First I started creating authentication flow:

Technology used: Supabase Auth - ShadCn Auth Block

Then home page, overview of tasks & projects:

Tailwindcss + Prisma (Server side data fetching)

Third, I created members page, so other users can join the workspace:

After that, project list:

Then tasks view in 3 mode, table, board, calendar:

Table view


Board view: @hello-pangea/dnd


& calendar view: react-big-calendar

Hope you guys enjoyed this article!
See you next time!

Top comments (0)