The APP is LIVE at: https://imaginative-unicorn-46f85b.netlify.app/
This is the frontend of the Team Task Manager application, built using React. It allows users to manage projects, assign tasks, and track progress with role-based access.
- 🔐 User Authentication (Login/Signup)
- 👥 Role-Based UI (Admin / Member)
- 📊 Dashboard displaying tasks
- 📝 Task creation and assignment (Admin only)
- 🔄 Task status updates (Todo, In Progress, Done)
- ⏰ Overdue task highlighting
- 📁 Project creation and team management
- React (Vite)
- Tailwind CSS
- Axios
Frontend: https://imaginative-unicorn-46f85b.netlify.app/ Backend: https://teamtaskmanagerbackend-production-8fbf.up.railway.app
https://github.com/rudrakushwaha/teamTaskManager_Backend
git clone https://github.com/rudrakushwaha/teamTaskManager_Frontend
cd frontend
npm install
npm run devCreate a .env file:
VITE_API_URL=https://teamtaskmanagerbackend-production-8fbf.up.railway.app-
Admin can:
- Create projects
- Assign tasks to users
-
Members can:
- View assigned tasks
- Update task status
-
Overdue tasks are automatically highlighted