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

https://github.com/rizonahmed/job-task-clint

JObTask is a modern task management application built with React and Vite. It features a drag-and-drop interface, real-time updates, and a clean, intuitive design for managing your daily tasks efficiently.
https://github.com/rizonahmed/job-task-clint

expr fire mongo rea reactjs tailwindcss

Last synced: 3 months ago
JSON representation

JObTask is a modern task management application built with React and Vite. It features a drag-and-drop interface, real-time updates, and a clean, intuitive design for managing your daily tasks efficiently.

Awesome Lists containing this project

README

        

# JobTask
JObTask is a modern task management application built with React and Vite. It features a drag-and-drop interface, real-time updates, and a clean, intuitive design for managing your daily tasks efficiently.

## 🔗 Live Links
- **Frontend:** [https://job-task-13f1d.web.app/login](#)
- **Backend:** [https://task-mate-server-gold.vercel.app](#)

## ✨ Features
- Drag-and-drop task management
- Real-time task updates
- Google authentication
- Responsive design
- Task categorization (To-Do, In Progress, Done)
- Edit and delete tasks
- Modern UI with animations

## 🛠️ Technologies Used
### Frontend:
- React 18
- Vite
- TailwindCSS
- React Query (TanStack Query)
- React DND (@hello-pangea/dnd)
- Firebase Authentication
- Axios
- SweetAlert2
- React Hot Toast

### Backend:
- Node.js
- Express
- MongoDB
- JWT Authentication
- Cors

## 📦 Installation
### Clone the repository:
```bash
git clone
```
### Install dependencies:
#### Frontend:
```bash
cd frontend
npm install
```
#### Backend:
```bash
cd backend
npm install
```
### Run the application:
#### Frontend:
```bash
npm run dev
```
#### Backend:
```bash
npm start
```

Now, you can access TaskMate and start managing your tasks efficiently!