# kanban-app **Repository Path**: MagicWingMI/kanban-app ## Basic Information - **Project Name**: kanban-app - **Description**: Kanban-style project management tool built throughout the Pro React book - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2020-06-23 - **Last Updated**: 2023-02-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Kanban React.js App ===================== Kanban-style project management tool built throughout the Pro React book ![Snapshot](https://cloud.githubusercontent.com/assets/33676/10969936/76e8f39e-83b2-11e5-8a36-0c5632850711.png) ### 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 ```