Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alamincoders/project-management-dashboard
https://github.com/alamincoders/project-management-dashboard
Last synced: 2 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/alamincoders/project-management-dashboard
- Owner: alamincoders
- Created: 2024-04-30T03:01:42.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-05-02T05:25:05.000Z (6 months ago)
- Last Synced: 2024-05-02T18:37:04.818Z (6 months ago)
- Language: JavaScript
- Homepage: https://project-management-dashboard-psi.vercel.app
- Size: 1.46 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Application for Project Management 🔧💻
![image](https://i.ibb.co/93NjSbT/screencapture-localhost-3000-2024-05-02-09-30-32.png)## Stack
#### ➜ Root
- [x] Linter (Eslint)
- [x] Prettier
- [x] Vscodeconfig#### ➜ Web
- [x] Nextjs v14
- [x] Tailwind CSS
- [x] Ant Design UI
- [x] Zustand
- [x] React Query## Features
### Authentication Page
- A login form with validation using Ant Design for form elements and validation feedback.
- Mock responses for successful and unsuccessful logins.### Projects Overview Page
- Display a list of projects with options to view, edit, or delete.
- Used React Query to fetch project data from a mock data.### Project Details Page
- Show detailed information about selected projects, including tasks, team members, and recent activities.
- Functionalities to add new tasks and assign team members.### Task Management
- Tasks can be added, edited, or marked as completed.
- Detailed view for each task with descriptions, deadlines, and assigned members.
- Implemented drag-and-drop feature to change task status (e.g., To Do, In Progress, Done) using Zustand to manage state.### Task Filters and Search Functionality
- Allowed users to filter tasks by status, due date, or assignee.
- Provided a search bar for quick task search.### Interactive Dashboard
- Used Ant Design components (modals, dropdowns, tooltips) to enhance interactivity.
- Ensure responsiveness with Tailwind CSS.## Getting Started
- clone this repo
```sh
# install dependencies
> npm install# start project
> npm run dev# open in
http://localhost:3000
```## Demo
🔗 https://project-management-dashboard-psi.vercel.app/