https://github.com/syncfusionexamples/getting-started-with-the-react-kanban-board
A quick start React project that shows how to add React Kanban component to the React App. This project also includes a code snippet to bind local and remote data sources, add, and customize a tooltip, set a custom height and width, select multiple cards, and change the default layout.
https://github.com/syncfusionexamples/getting-started-with-the-react-kanban-board
react react-kanban react-kanban-board react-task-planner react-ui-components syncfusion-react-components
Last synced: 3 months ago
JSON representation
A quick start React project that shows how to add React Kanban component to the React App. This project also includes a code snippet to bind local and remote data sources, add, and customize a tooltip, set a custom height and width, select multiple cards, and change the default layout.
- Host: GitHub
- URL: https://github.com/syncfusionexamples/getting-started-with-the-react-kanban-board
- Owner: SyncfusionExamples
- Created: 2022-06-09T14:46:27.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-05-02T00:58:23.000Z (over 1 year ago)
- Last Synced: 2024-05-02T17:07:21.081Z (over 1 year ago)
- Topics: react, react-kanban, react-kanban-board, react-task-planner, react-ui-components, syncfusion-react-components
- Language: TypeScript
- Homepage:
- Size: 1.6 MB
- Stars: 3
- Watchers: 4
- Forks: 1
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Getting Started with the React Kanban Component
A quick start React project that shows how to add React Kanban component to the React App. This project also includes a code snippet to bind local and remote data sources, add, and customize a tooltip, set a custom height and width, select multiple cards, and change the default layout.
Example: https://ej2.syncfusion.com/react/demos/#/bootstrap5/kanban/overview
Documentation: https://ej2.syncfusion.com/react/documentation/kanban/getting-started/
## Project prerequisites
Make sure that you have the latest versions of NodeJS and Visual Studio Code in your machine before starting to work on this project.
### How to run this application?
To run this application, you need to clone the getting-started-with-the-react-kanban-board repository and then open it in Visual Studio Code. Now, simply install all the necessary react packages into your current project using the `npm install` command and run your project using the `npm start` command.