Welcome to BoardFlow, a collaborative whiteboard application built using Next.js 14.0, Tailwind CSS, TypeScript, Clerk, Convex, and Liveblocks. This app empowers users to create organizations, join existing ones, and collaboratively work on boards where they can utilize various tools such as text, notes, rectangles, circles, images, and pencils. Users can manipulate objects on the whiteboard by selecting, resizing, deleting, or changing their layering order.
Make sure you have the following installed:
Clone the repository:
git clone https://github.com/Biplo12/BoardFlow.git
Navigate to the project directory:
cd boardflow
Install dependencies:
npm install
# or
yarn install
Run the development server:
npm run dev
# or
yarn dev
Open your browser and navigate to http://localhost:3000.
Start collaborating with your team on the cooperative whiteboard!
Contributions are welcome!
This project is licensed under the MIT License