https://github.com/tannerdolby/react-task-board
Task/kanban board with drag-and-drop functionality built with React and Redux
https://github.com/tannerdolby/react-task-board
react react-drag-and-drop redux task-board
Last synced: about 1 month ago
JSON representation
Task/kanban board with drag-and-drop functionality built with React and Redux
- Host: GitHub
- URL: https://github.com/tannerdolby/react-task-board
- Owner: tannerdolby
- License: mit
- Created: 2023-09-02T02:07:09.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-07T02:59:08.000Z (about 1 month ago)
- Last Synced: 2025-04-10T23:52:48.594Z (about 1 month ago)
- Topics: react, react-drag-and-drop, redux, task-board
- Language: JavaScript
- Homepage: https://exquisite-starship-1b43af.netlify.app
- Size: 568 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Kanban Board
[](https://app.netlify.com/sites/exquisite-starship-1b43af/deploys)
A task/kanban board built with React and Redux.


## Local Setup
1. Fork this repo
2. Clone `git clone [email protected]:tannerdolby/react-task-board.git`
3. Install dependencies `npm i`
4. Build `npm run build`
5. Serve locally `npm run dev`