mirror of
https://github.com/plankanban/planka.git
synced 2025-07-18 20:59:44 +02:00
Add client demo
This commit is contained in:
parent
9dade5e950
commit
d6ad863cbc
2 changed files with 3 additions and 1 deletions
|
@ -4,13 +4,14 @@ A Trello-like application built with React and Redux.
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
Online demo is coming soon.
|
[Client demo](https://meltyshev.github.io/planka) (with some restrictions).
|
||||||
|
|
||||||
### Features
|
### Features
|
||||||
|
|
||||||
- Create projects, boards, lists, cards, labels and tasks
|
- Create projects, boards, lists, cards, labels and tasks
|
||||||
- Add card members, track time, set a deadline, write comments
|
- Add card members, track time, set a deadline, write comments
|
||||||
- Filter by members and labels
|
- Filter by members and labels
|
||||||
|
- Real-time updates
|
||||||
- User notifications
|
- User notifications
|
||||||
- Internationalization
|
- Internationalization
|
||||||
|
|
||||||
|
|
|
@ -2,6 +2,7 @@
|
||||||
"name": "planka",
|
"name": "planka",
|
||||||
"version": "0.1.0",
|
"version": "0.1.0",
|
||||||
"private": true,
|
"private": true,
|
||||||
|
"homepage": "https://meltyshev.github.io/planka",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/meltyshev/planka.git"
|
"url": "https://github.com/meltyshev/planka.git"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue