Flow is a Trello-like application designed for individual users to manage their tasks efficiently. This repository contains the frontend implementation of Flow using Next.js and Tailwind CSS.
- Responsive Design: Optimized for both desktop and mobile devices.
- Task Management: Create, update, and delete tasks effortlessly.
- Drag-and-Drop: Move tasks between different lists with a drag-and-drop interface.
- Background Images: Customize board backgrounds with pre-defined or custom images.
- Next.js: React framework for server-rendered applications.
- Tailwind CSS: Utility-first CSS framework for styling.
- React: JavaScript library for building user interfaces.
To get started with the Flow frontend, follow these steps:
-
Clone the Repository:
git clone https://github.com/niranjanblank/flow_frontend
-
Navigate to the Project Directory:
cd flow-frontend -
Install Dependencies:
npm install
-
Run the Development Server:
npm run dev
This will start the development server at
http://localhost:3000.









