Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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