An open API service indexing awesome lists of open source software.

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.

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"
}