Kanban-style project management tool built throughout the Pro React book
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