A task management system integrated with Firebase. Users can create tasks, delete tasks, and assign tasks to specific users for efficient collaboration.
- ✅ [Web App Integration]
- ✅ [Dashboard]
- 🌐 Web
graph TD
User -->|UI Input| Frontend
Frontend -->|API Calls| Backend
Backend -->|Query| Database
| Dashboard |
|---|
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
- Node.js
- Visual Studio Code
# Clone the repository
git clone https://github.com/Raghavan2005/Work-Planner.git
cd Work-Planner
# Install dependencies
npm install # For Node.js backend
# Start the development server
npm run dev # or node server.js
This project is licensed under the MIT License.





