RiodeJaneiroo / i-tasker

Task manager for small team

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

I Tasker

This is a task manager for small team.

Structure app

├── client
│   ├── public
│   └── src
│       ├── actions
│       ├── components
│       │   ├── App
│       │   ├── draft-editor
│       │   ├── error-indicator
│       │   ├── header
│       │   ├── notification
│       │   ├── project
│       │   ├── project-add
│       │   ├── project-edit
│       │   ├── project-form
│       │   ├── project-list
│       │   ├── project-list-item
│       │   ├── sidebar
│       │   ├── task
│       │   ├── task-add
│       │   ├── task-control
│       │   ├── task-list
│       │   └── task-list-item
│       ├── custom-hooks
│       ├── reducers
│       ├── services
│       └── utils
├── models
└── routes

Using libs

About

Task manager for small team


Languages

Language:JavaScript 88.6%Language:CSS 10.2%Language:HTML 1.1%