An open API service indexing awesome lists of open source software.

https://github.com/big-silver/simple-trello-automate-workflow

Using React.js, Redux and React-dnd, I built the automate workflow.
https://github.com/big-silver/simple-trello-automate-workflow

react-dnd reactjs redux trello-api

Last synced: 9 months ago
JSON representation

Using React.js, Redux and React-dnd, I built the automate workflow.

Awesome Lists containing this project

README

          

# Simple Trello Automate Workflow
Welcome to the React Trello board. A [Trello](http://trello.com) like board based on [React](https://facebook.github.io/react/), [Redux](https://github.com/reactjs/redux), [React-dnd](https://github.com/gaearon/react-dnd). At the moment it has only Drag-and-drop functionality.

![`board`](/src/assets/images/trello-workflow.png)

## About

Welcome to the React Trello board. A [Trello](http://trello.com) like board based on [React](https://facebook.github.io/react/), [Redux](https://github.com/reactjs/redux), [React-dnd](https://github.com/gaearon/react-dnd). At the moment it has only Drag-and-drop functionality.
This project is developed by [Big-Silver].

## Install & Run

```bash
# clone our repo
$ git clone https://github.com/Big-Silver/Simple-Trello-Automate-Workflow.git
# change directory to your app
$ cd Simple-Trello-Automate-Workflow
# install npm
$ npm install
# Run project
$ npm start
# Visit to the browser
$ http://localhost:3000
```