Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 834 Bytes

README.md

File metadata and controls

30 lines (19 loc) · 834 Bytes

BookSpot Workflow

  • 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.

    Workflow Home

Steps to run the project locally

  1. Clone the project locally.

    git clone https://github.com/astr0n0mer/workflow.git
  2. Install npm packages. Make sure you are in the project root directory.

    npm install
  3. Run the development server.

    npm run dev
  4. Navigate to localhost:5173 in your browser to see the app running.