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

https://github.com/rejaulkariim/pmd

Project management application that allows users to manage tasks, and projects.
https://github.com/rejaulkariim/pmd

Last synced: 4 months ago
JSON representation

Project management application that allows users to manage tasks, and projects.

Awesome Lists containing this project

README

        

# Next.js Project Management App

This is a simple project management application built with Next.js Ant Design React Query and Zustand. It allows users to manage their projects, create tasks, assign tasks to team members, and drag and drop to update task status.

## Setup Instructions

Follow these steps to set up the project locally:

1. **Clone the repository:**
```bash
git clone https://github.com/rejaulkariim/pmd.git
```

cd pmd

```npm install```

# or

```yarn install```

Run the dev server

```npm run dev```