Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 455 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 455 Bytes

Kanban Board

A task/kanban board built with React and Redux.

dark mode demo

light mode demo

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