Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ashik-himel/pro-man
ProMan is a project management system where user can login and see their projects in the project dashboard. User can create, update and delete project from this dashboard. By viewing a project, user will see the project management functionalities.
https://github.com/ashik-himel/pro-man
ant-design nextjs react-query tailwindcss zustand
Last synced: about 2 months ago
JSON representation
ProMan is a project management system where user can login and see their projects in the project dashboard. User can create, update and delete project from this dashboard. By viewing a project, user will see the project management functionalities.
- Host: GitHub
- URL: https://github.com/ashik-himel/pro-man
- Owner: Ashik-Himel
- Created: 2024-04-30T19:22:19.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-05-04T07:52:35.000Z (8 months ago)
- Last Synced: 2024-05-05T06:30:49.991Z (8 months ago)
- Topics: ant-design, nextjs, react-query, tailwindcss, zustand
- Language: JavaScript
- Homepage: https://pro-man.vercel.app
- Size: 676 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Project Management System
[https://pro-man.vercel.app](https://pro-man.vercel.app)## Project Setup Instruction
* Clone this repository to your local machine.
* Run 'npm i' command to install all dependencies.
* Run 'npm run dev' command to run this project in development server.## Login Credentials
**Email:** [email protected]
**Password:** Admin@1234## Project Overview
ProMan is a project management system where user can login and see their projects in the project dashboard. User can create, update and delete project from this dashboard. By viewing a project, user will see the project management functionalities.
### Project Management Functionalities
* Add, remove, update options for task.
* Add task(s) in the project with task description, assign member in this task, set deadline and so on.
* Move task in any status by drag and drop.
* Task's recent activities.
* Find task quickly by search and filter functionality.
* Edit project information.
* Close project functionality.## Technologies
* Next.js
* Zustand
* Tanstack Query (React Query)
* Axios
* Ant-Design
* Tailwind CSS