Skip to content

Neat, minimalist agile-oriented app designed for managing projects and tracking its progress. You can use it for personal use so as small organizations.

Notifications You must be signed in to change notification settings

ErnestZiemkowski/piano-plano-client

Repository files navigation

General

Links

Installation

Using Docker (recommended)

If you want to run whole infrastructure just type:

  • docker-compose up

If you want to spin just this container:

  • docker run -d --name=piano-plano-client -p 6000:6000 -e API_URL=http://localhost:5000 ernestziemkowski/piano-plano-client

Oldshool way

Make sure you have already set up backend repo and it is running. If so, go ahead and follow these instructions:

  • git clone git@github.com:ErnestZiemkowski/piano-plano-client.git
  • cd piano-plano-client
  • npm install
  • Go to .env and set your backendURI
  • npm start

Features

  • Create Projects and divide its work into atomic issues
  • Manage those issues via transparent Kanban Board
  • Start discussion over a project or issue
  • Assign issues to particular project members
  • Set issues as your daily goals
  • Invite friends and participate together in your projects

Real user experience screenshots

dash-board agile-board issue-details friends settings daily-goals

About

Neat, minimalist agile-oriented app designed for managing projects and tracking its progress. You can use it for personal use so as small organizations.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

Packages

No packages published

Languages