https://github.com/imran21-dev/orbitask
A powerful and intuitive task management application designed to help users organize, track, and collaborate on tasks efficiently. It features a sleek UI, real-time updates, and seamless drag-and-drop functionality.
https://github.com/imran21-dev/orbitask
firebase javascript mongodb node react tailwindcss
Last synced: 3 months ago
JSON representation
A powerful and intuitive task management application designed to help users organize, track, and collaborate on tasks efficiently. It features a sleek UI, real-time updates, and seamless drag-and-drop functionality.
- Host: GitHub
- URL: https://github.com/imran21-dev/orbitask
- Owner: imran21-dev
- Created: 2025-02-20T00:24:39.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-22T03:15:54.000Z (over 1 year ago)
- Last Synced: 2025-10-31T08:49:58.549Z (8 months ago)
- Topics: firebase, javascript, mongodb, node, react, tailwindcss
- Language: JavaScript
- Homepage: https://orbitask-89368.web.app/
- Size: 2.26 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Task Management Application (Orbitask)
## 📝 Short Description
A powerful and intuitive task management application designed to help users organize, track, and collaborate on tasks efficiently. It features a sleek UI, real-time updates, and seamless drag-and-drop functionality.
## 🔗 Live Links
- **Website:** [https://orbitask-89368.web.app/]
- **Demo:** [https://orbitask-89368.web.app/]
## 🚀 Technologies Used
The application is built using modern web technologies and libraries to ensure a smooth and responsive experience.
- **Frontend:** React, TailwindCSS, Material UI
- **State Management:** Context API
- **Real-time Features:** Socket.io
- **Database & Authentication:** Firebase
- **Drag & Drop:** Hello Pangea DND
- **API Handling:** Axios
## 📦 Dependencies
The following dependencies are used in the project:
```json
{
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@hello-pangea/dnd": "^18.0.1",
"@material-tailwind/react": "^2.1.10",
"@mui/material": "^6.4.5",
"@tailwindcss/vite": "^4.0.7",
"axios": "^1.7.9",
"firebase": "^11.3.1",
"localforage": "^1.10.0",
"match-sorter": "^8.0.0",
"motion": "^12.4.5",
"next-themes": "^0.4.4",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-icons": "^5.5.0",
"react-router-dom": "^7.2.0",
"socket.io-client": "^4.8.1",
"sort-by": "^1.2.0",
"sweetalert2": "^11.17.2",
"tailwindcss": "^4.0.7"
}