Skip to content

A Kanban board app created using React JS, Tailwind CSS and Vite.

License

Notifications You must be signed in to change notification settings

astr0n0mer/workflow

Repository files navigation

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.