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.
- Host: GitHub
- URL: https://github.com/rizonahmed/job-task-clint
- Owner: rizonahmed
- Created: 2025-02-20T22:33:44.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-02-20T22:47:19.000Z (3 months ago)
- Last Synced: 2025-02-20T23:28:22.124Z (3 months ago)
- Topics: expr, fire, mongo, rea, reactjs, tailwindcss
- Language: JavaScript
- Homepage: https://job-task-13f1d.web.app
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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!