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

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

Awesome Lists containing this project

README

        

# Kanban Board

[![Netlify Status](https://api.netlify.com/api/v1/badges/5d829858-9f8d-498f-b6ca-fac063cc9b24/deploy-status)](https://app.netlify.com/sites/exquisite-starship-1b43af/deploys)

A task/kanban board built with React and Redux.

![dark mode demo](https://github.com/user-attachments/assets/0aaaf796-5157-4c8c-92fa-5eb15a45621c)

![light mode demo](https://github.com/user-attachments/assets/654468a9-2fc4-4086-af17-4b4366fbf514)

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