A modern task management application built with React, TypeScript, and Tanstack Query
This is a task management tool that helps teams organize and track their work efficiently. Built with modern web technologies, it provides a smooth and intuitive user interface for managing tasks and workflows.
- Drag and drop task management
- Real-time updates
- Responsive design
- Custom board creation
- User authentication
- Dark/Light mode support
- Node.js (v18 or higher)
- npm or yarn
- A running instance of the Kanban backend server
-
Clone the repository
git clone <repository-url> cd kanban-web
-
Install dependencies
npm install # or yarn install
-
Set up environment variables
cp .env.example .env
-
Start the development server
npm run dev # or yarn dev
VITE_API_URL=http://localhost:3000
VITE_APP_ENV=development
The application can be deployed to any static hosting service. Build the project using:
npm run build
The built files will be in the dist
directory.