A modern task management system built with React and PHP.
- Project Management: Organize tasks into projects
- Task Tracking: Create and manage tasks with extended statuses (Not Started, In Progress, Backlog, Review, Done)
- Task Assignment: Assign tasks to team members
- Priority Levels: Set task priorities (High, Medium, Low)
- Due Dates: Track deadlines and get reminders
- Comments & Activity: Collaborate with team members on tasks
- User Management: Manage team members and permissions
- Frontend: React 19 + Vite
- Styling: Tailwind CSS 4
- Backend: PHP REST API
- UI: Drag & Drop support, Toast notifications, Tooltips
# Install dependencies
npm install
# Start development server
npm run dev
# Build for production
npm run buildThe project uses Vite for fast development and hot module replacement.