A modern project management application built with Next.js, featuring sprint management, issue tracking, and team collaboration capabilities.
Live Preview - It's deployed on vercel.
- User Authentication - Secure authentication powered by Clerk
- Project Management - Create and manage multiple projects
- Sprint Planning - Organize work into sprints with the Sprint Manager
- Issue Tracking - Detailed issue management with issue details dialog
- User Profiles - Personalized user experiences with avatars and user menus
- Responsive Design - Full mobile and desktop support
- Framework: Next.js
- Database: Prisma ORM
- Authentication: Clerk
- Styling: Tailwind CSS
- UI Components: Custom components with shadcn/ui
- State Management: React Hooks
- Clone the repository:
git clone https://github.com/SATYAM-PRATIBHAN/NEXU.git
- Install dependencies:
npm install
- Start the development server:
npm run dev
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