A cutting-edge project management platform designed to accelerate developer growth, providing a unique opportunity for coders to improve their skills rapidly with the guidance of experienced mentors, and featuring a robust set of tools for project planning, collaboration, and tracking, all built on top of the scalable and maintainable T3 Stack.
- 🎨 Modern UI with beautiful dark mode
- 👥 Project collaboration and management
- 📊 Project progress tracking
- 🔍 Project discovery and filtering
- ✅ Project approval workflow
- 💳 Credits-based project system
- 👨🏫 Mentor assignment system
This project is built using the T3 Stack, featuring:
- Framework: Next.js 14 with App Router
- Authentication: Clerk
- Database: PostgreSQL with Prisma
- API: tRPC for end-to-end typesafe APIs
- Styling: Tailwind CSS with custom design system
- UI Components: Custom components with shadcn/ui
- Clone the repository:
git clone
npm install-
Update the
.envfile with your own values. -
Start the development server:
npm run dev