Dev-flow is a project management tool designed for developers. Track tasks, manage sprints, and organize your development workflow — all in one place.
- 📋 Task Management — Create, assign, and track development tasks
- 🔄 Workflow Automation — Streamline repetitive dev processes
- 👥 Team Collaboration — Real-time updates and team views
- 📊 Progress Tracking — Visual dashboards and burndown charts
- 🔐 Authentication — Secure user auth with middleware protection
- 📱 Responsive UI — Works seamlessly on all devices
| Layer | Technology |
|---|---|
| Framework | Next.js |
| Language | TypeScript |
| Database | MongoDB |
| Styling | Tailwind CSS |
| State | React Context + Store |
| Auth | Middleware-based |
git clone https://github.com/foxnaim/Dev-flow.git
cd Dev-flow
yarn install
yarn dev├── app/ # Next.js pages & routes
├── components/ # UI components
├── contexts/ # React context providers
├── lib/ # Utilities & helpers
├── models/ # Database models
├── store/ # State management
├── types/ # TypeScript types
└── utils/ # Helper functions
MIT © foxnaim