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.
- Host: GitHub
- URL: https://github.com/rejaulkariim/pmd
- Owner: rejaulkariim
- Created: 2024-04-30T13:08:53.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-02T08:08:11.000Z (about 1 year ago)
- Last Synced: 2024-11-30T20:13:10.145Z (6 months ago)
- Language: TypeScript
- Homepage: https://hippoo.vercel.app
- Size: 455 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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```