All Projects → lxerxa → actionview-fe

lxerxa / actionview-fe

Licence: Apache-2.0 license
ActionView front-end source code, based on Reactjs+Redux.

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects

Projects that are alternatives of or similar to actionview-fe

Jkanban
Vanilla Javascript plugin for manage kanban boards
Stars: ✭ 664 (+953.97%)
Mutual labels:  kanban, kanban-board
Fogga Kanban
🎽 React Kanban Dashboard Template
Stars: ✭ 46 (-26.98%)
Mutual labels:  kanban, kanban-board
My Personal Kanban
This is a one page HTML/JavaScript application for people who would like to use simple and basic Kanban board for their personal stuff
Stars: ✭ 765 (+1114.29%)
Mutual labels:  kanban, kanban-board
DragBoardView
⭐ Android 看板,支持项拖拽、列拖拽。Draggable kanban/board view for Android.
Stars: ✭ 85 (+34.92%)
Mutual labels:  kanban, kanban-board
Actionview
An issue tracking tool based on laravel+reactjs for small and medium-sized enterprises, open-source and free, similar to Jira.
Stars: ✭ 1,357 (+2053.97%)
Mutual labels:  jira, kanban
Personal Kanban
📌 Personal Kanban Board is an agile project management tool that helps you visualise your work, limit your work-in-progress (WIP) and to craft & optimise your work flow to get the maximum output. To achieve this, it makes use of columns and cards. Personal Kanban offers visual clue, columns, WIP limits, start point and end point to set you up for success.
Stars: ✭ 268 (+325.4%)
Mutual labels:  kanban, kanban-board
React Trello Multiboard
React-Trello-Multiboard is a single-page application built with React displaying multiple cards of several Trello® boards and lists. The cards can be filtered by preferred team members.
Stars: ✭ 43 (-31.75%)
Mutual labels:  kanban, kanban-board
kanban-project-management
Web Application to manage software development projects.
Stars: ✭ 39 (-38.1%)
Mutual labels:  kanban, kanban-board
React Kanban Dnd
📋 Open source kanban board built with React
Stars: ✭ 121 (+92.06%)
Mutual labels:  kanban, kanban-board
Topsi Project Manager
A Desktop Kanban board app.
Stars: ✭ 1,300 (+1963.49%)
Mutual labels:  kanban, kanban-board
taiga-stats
Generate statistics from Taiga and produce burnup diagrams, CFDs, dependency graphs and more.
Stars: ✭ 40 (-36.51%)
Mutual labels:  kanban, kanban-board
kanban-board
Single-click full-stack application (Postgres, Spring Boot & Angular) using Docker Compose
Stars: ✭ 138 (+119.05%)
Mutual labels:  kanban, kanban-board
agileseason-v1
Kanban board for GitHub issues
Stars: ✭ 12 (-80.95%)
Mutual labels:  kanban, kanban-board
React Kanban
Yet another Kanban/Trello board lib for React.
Stars: ✭ 345 (+447.62%)
Mutual labels:  kanban, kanban-board
KanbanView
CLI, API, Web Service and Kanban for Things 3
Stars: ✭ 64 (+1.59%)
Mutual labels:  kanban, kanban-board
Twake
Twake is a secure open source collaboration platform to improve organizational productivity.
Stars: ✭ 862 (+1268.25%)
Mutual labels:  kanban, kanban-board
backlog-board
This is Kanban Board connected to Backlog
Stars: ✭ 18 (-71.43%)
Mutual labels:  kanban, kanban-board
Taskell
Command-line Kanban board/task manager with support for Trello boards and GitHub projects
Stars: ✭ 1,175 (+1765.08%)
Mutual labels:  kanban, kanban-board
kanban-board-app
Kanban style task management board app
Stars: ✭ 118 (+87.3%)
Mutual labels:  kanban, kanban-board
react-kanban
Yet another Kanban/Trello board lib for React.
Stars: ✭ 567 (+800%)
Mutual labels:  kanban, kanban-board

ActionView front-end

ActoionView前端代码库,基于Reactjs+Redux。后端代码库:actionview

Demo

https://actionview.cn

How to install

环境要求:

安装 node ~4.2.6, npm ~3.5.2

下载代码:  

git clone https://github.com/lxerxa/actionview-fe.git
cd actionview-fe
npm install

依赖包:

  1. 修改node_modules/react-image-lightbox下的react-image-lightbox.js: 830行去掉close class。
  2. 确认node_modules下是否有dropzone文件夹,若没有请将react-dropzone-component/node_modules下的dropzone拷贝值该node_modules下。
  3. 确认node_modules下是否有cropperjs文件夹,若没有请将react-cropper/node_modules下的cropperjs拷贝值该node_modules下。

运行Demo:  

npm run dev
http://localhost:3002/

发布部署:

npm run build
sh ./deploy.sh

Contributing

谢谢您能参与ActionView的前端开发当中。如果您对系统有一些疑惑,或发现了一些bug,或建议增加新的feature,或对系统有一些改进时,欢迎在issue board中讨论。如果发现有重大安全问题可发Email至:[email protected]

License

ActionView 遵从许可证 Apache License Version 2.0

The ActionView is open-sourced software licensed under the Apache License Version 2.0

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].