-
Workflow is a Kanban board application to help you track your tasks efficiently.
-
It uses react-beautiful-dnd library to implement the easy-to-use drag-and-drop functionality that enables seamless task state updates.
-
Clone the project locally.
git clone https://github.com/astr0n0mer/workflow.git
-
Install npm packages. Make sure you are in the project root directory.
npm install
-
Run the development server.
npm run dev
-
Navigate to localhost:5173 in your browser to see the app running.