1
0
Fork 0
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:
Maksim Eltyshev 2019-09-04 22:25:24 +05:00
parent 9dade5e950
commit d6ad863cbc
2 changed files with 3 additions and 1 deletions

View file

@ -4,13 +4,14 @@ A Trello-like application built with React and Redux.
![](https://github.com/meltyshev/planka/blob/master/demo.gif?raw=true)
Online demo is coming soon.
[Client demo](https://meltyshev.github.io/planka) (with some restrictions).
### Features
- Create projects, boards, lists, cards, labels and tasks
- Add card members, track time, set a deadline, write comments
- Filter by members and labels
- Real-time updates
- User notifications
- Internationalization

View file

@ -2,6 +2,7 @@
"name": "planka",
"version": "0.1.0",
"private": true,
"homepage": "https://meltyshev.github.io/planka",
"repository": {
"type": "git",
"url": "https://github.com/meltyshev/planka.git"