This is a Kanban board application built using React JS - A Kanban board is a visual tool for managing and optimizing workflow, typically composed of columns representing different stages of a process, with tasks moving from left to right as they progress.
To run the Kanban board application locally, follow these steps:
-
Clone the repository:
git clone https://github.com/sagarchauhan015/kanban-board.git
-
Navigate to the project directory:
cd kanban-board
-
Install the required dependencies:
npm install
-
Start the development server:
npm start
-
Open your web browser and visit http://localhost:3000 to use the application.