Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 580 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 580 Bytes

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