Frontend application for a real-time team and task management platform, providing collaborative task updates, notifications, and presence indicators.
- Real-time task and status updates
- Team collaboration dashboard
- Notifications and activity feed
- Online/offline presence indicators
- Responsive and interactive UI
- React
- REST APIs
- WebSockets
- Tailwind
This frontend requires the backend service to be running.
Backend Repository: 👉 https://github.com/Sagar2inf/Teamsync-backend
- Node.js (v16+)
- npm
git clone https://github.com/yourusername/task-management-frontend.git
cd Teamsync-frontend
npm install
npm run dev