Skip to content

SHUBHAMKUMAR45/Zcrum

Repository files navigation

Zcrum - Project Management Tool

Zcrum is a full stack project management application inspired by Jira, built with Next.js, React, Tailwind CSS, Prisma, Neon, Clerk, and Shadcn UI.

Features

  • User authentication and onboarding (Clerk)
  • Project and task management
  • Modern UI with Shadcn and Tailwind CSS
  • PostgreSQL database with Prisma ORM
  • Deployed with Neon

Getting Started

  1. Clone the repository:

    git clone  https://github.com/SHUBHAMKUMAR45/Zcrum.git
    cd jira-clone
  2. Install dependencies:

    npm install
  3. Configure environment variables:

    Create a .env file in the root directory with the following variables:

    DATABASE_URL=
    
    NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY=
    CLERK_SECRET_KEY=
    
    NEXT_PUBLIC_CLERK_SIGN_IN_URL=/sign-in
    NEXT_PUBLIC_CLERK_SIGN_UP_URL=/sign-up
    NEXT_PUBLIC_CLERK_AFTER_SIGN_IN_URL=/onboarding
    NEXT_PUBLIC_CLERK_AFTER_SIGN_UP_URL=/onboarding
    
  4. Run the development server:

    npm run dev
  5. Open http://localhost:3000 to view the app.

About

A modern agile project management tool featuring Kanban boards, sprints, issue tracking, secure auth, and a responsive interface.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors