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.
- Host: GitHub
- URL: https://github.com/big-silver/simple-trello-automate-workflow
- Owner: Big-Silver
- Created: 2017-07-06T04:49:46.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-07-06T05:10:44.000Z (almost 9 years ago)
- Last Synced: 2025-04-10T03:31:19.406Z (about 1 year ago)
- Topics: react-dnd, reactjs, redux, trello-api
- Language: JavaScript
- Size: 380 KB
- Stars: 10
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.

## 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
```