Your all-in-one growth dashboard to track tasks, projects, jobs, clients, and progress — built for developers, freelancers, and builders.
-
📊 Dashboard Overview
- Real-time stats (tasks, projects, jobs, clients)
- Activity tracking
- Clean SaaS-style UI
-
✅ Tasks Management
- Add, update, delete tasks
- Mark as done / pending
- Daily productivity tracking
-
📦 Projects Tracker
- Track active projects
- Progress indicators
- Tech stack management
-
💼 Job Applications
- Track applied jobs
- Status: applied, interview, rejected, offer
-
👥 Clients CRM
- Manage client data
- Status tracking (active, pending, inactive)
-
🔥 Leads Management
- Track potential clients
- Conversion tracking ready
-
📝 Notes System
- Store ideas, learning, and plans
- Persistent database storage
-
⚙️ Settings
- Profile management
- Theme system (dark/light ready)
- Frontend: Next.js (App Router), React, Tailwind CSS
- Backend: Next.js API Routes
- Database: MongoDB + Mongoose
- Animations: Framer Motion
- Icons: Lucide React
app/
├── api/
│ ├── tasks/
│ ├── projects/
│ ├── jobs/
│ ├── clients/
│ ├── leads/
│ ├── notes/
│ └── settings/
│
├── tasks/
├── projects/
├── jobs/
├── clients/
├── leads/
├── notes/
├── settings/
└── page.tsx (Dashboard)
components/
└── Sidebar.tsx
models/
├── Task.ts
├── Project.ts
├── Job.ts
├── Client.ts
├── Lead.ts
├── Note.ts
└── Setting.ts
git clone https://github.com/shirajgit/growthx.git
cd growthxnpm installCreate .env.local
MONGODB_URI=your_mongodb_connection_stringnpm run devApp will run on:
http://localhost:3000
Add your UI screenshots here (Dashboard, Tasks, Projects, etc.)
- 🔐 Authentication (multi-user SaaS)
- 📊 Charts & analytics
- 🔔 Notifications system
- ☁️ Deployment (Vercel)
- 📱 Mobile optimization
- 🤖 AI productivity assistant
Built as a personal growth system to track:
- Daily work
- Career progress
- Freelancing pipeline
Shiraj Mujawar Full Stack Developer (MERN | Next.js | SaaS Builder)
If you like this project:
👉 Star this repo 👉 Share with others 👉 Build your own version
MIT License