https://github.com/sajid788/magnet-brains
The Task Management System helps users efficiently manage tasks with features like creation, editing, deletion, and status updates. It includes user authentication for privacy and security.
https://github.com/sajid788/magnet-brains
express-js javascript mongodb nodejs reacrjs talwindcss
Last synced: 2 months ago
JSON representation
The Task Management System helps users efficiently manage tasks with features like creation, editing, deletion, and status updates. It includes user authentication for privacy and security.
- Host: GitHub
- URL: https://github.com/sajid788/magnet-brains
- Owner: Sajid788
- Created: 2024-11-29T12:41:51.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-30T07:41:48.000Z (over 1 year ago)
- Last Synced: 2025-02-25T01:54:24.875Z (over 1 year ago)
- Topics: express-js, javascript, mongodb, nodejs, reacrjs, talwindcss
- Language: JavaScript
- Homepage:
- Size: 308 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Task Management System
The Task Management System is a web application designed to help users efficiently manage their tasks. It offers a wide range of features, including task creation, listing, editing, deletion, and status updates, all while ensuring data privacy through user authentication.
## Features and Functionality
### 1. Task Creation
- **Feature**: A form to create a new task with fields for title, description, and due date.
- **Why?** Ensures users can input all essential information to create meaningful tasks.
### 2. Task Details
- **Feature**: Dedicated page to view detailed information about a specific task.
- **Why?** Allows users to focus on individual tasks for better understanding and management.
### 3. Task Editing
- **Feature**: Edit existing tasks to update title, description, or due date.
- **Why?** Provides flexibility to adapt tasks to changing priorities or deadlines.
### 4. Task Deletion
- **Feature**: Confirmation dialog before deleting a task.
- **Why?** Prevents accidental data loss and enhances user trust.
### 5. Task Status Update
- **Feature**: Update task status (e.g., "Pending," "In Progress," "Completed").
- **Why?** Helps users track progress and prioritize effectively.
### 6. User Authentication
- **Feature**: Basic system for user registration, login, and session management.
- **Why?** Ensures that tasks remain private and secure.
---
## Installation
### Prerequisites
- [Node.js](https://nodejs.org/)
- [npm](https://www.npmjs.com/) or [yarn](https://yarnpkg.com/)
- [MongoDB](https://www.mongodb.com/)
### Steps
1. **Clone the Repository**:
```bash
git clone https://github.com/your-username/task-management-system.git
cd task-management-system
## ScreenShots
# Signup

# Login

# Admin User list Dashboard

# Admin Task Assigned

# Admin Add Task

# user task Assigned
