devendrams / kanban-app

Kanban-style project management tool built throughout the Pro React book

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Kanban React.js App

Kanban-style project management tool built throughout the Pro React book

Snapshot

How the repository is organized

The repository is organized in branches: Each branch corresponds to the end of a specific chapter.

After cloning and fetching all of the remote branches, you can switch branches using git checkout, for example:

git clone git@github.com:pro-react/kanban-app.git
git fetch --all
git checkout chapter3

About

Kanban-style project management tool built throughout the Pro React book

License:MIT License