Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/web-pal/react-trello-board
Trello like board based on React, Redux, React-dnd
https://github.com/web-pal/react-trello-board
Last synced: 3 months ago
JSON representation
Trello like board based on React, Redux, React-dnd
- Host: GitHub
- URL: https://github.com/web-pal/react-trello-board
- Owner: web-pal
- Archived: true
- Created: 2016-07-12T11:19:22.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-12-08T20:23:28.000Z (about 8 years ago)
- Last Synced: 2024-09-21T15:47:36.060Z (3 months ago)
- Language: JavaScript
- Homepage: http://react-trello-board.web-pal.com
- Size: 82 KB
- Stars: 1,625
- Watchers: 53
- Forks: 329
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React Trello Board
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`](https://s3.amazonaws.com/react-trello/board_screen.png)
## Live demo
For a live demo of the project have a look at http://react-trello-board.web-pal.com## Installation
Firstly make sure that you have [Node](https://nodejs.org/en/download/) and [Git](https://git-scm.com/book/en/v2/Getting-Started-Installing-Git) installed.
Next clone this repo https://github.com/web-pal/react-trello-board.git. You can do this by going into your shell of choice and entering
```
git clone https://github.com/web-pal/react-trello-board.git
```
then change into that folder
```
cd react-trello-board
```
install the necessary packages locally
```
npm install
```
and start up a local server
```
npm start
```
Now visit [`localhost:3000`](http://localhost:3000) from your browser. Now your app should be up and running.## Contribute
We are very happy for any input and potential contributions for this project.Firstly raise an issue. Then if you are assigned to that issue fork the repo, make your edits and make a pull request.