Skip to content

The Trello Board project is a task and project management web app with a Trello-like interface, built using Vue.js and Nuxt.js, facilitating efficient organization and collaboration.

Notifications You must be signed in to change notification settings

mokammeltanvir/Trello-Board

Repository files navigation

Trello Board - Vue Nuxt

The Trello Board project is a web application built with Vue.js and Nuxt.js that allows users to organize tasks and manage projects effectively using a Trello-like interface. Users can create, edit, and move tasks across different columns to track progress and collaborate with team members efficiently.

Screenshots

App Screenshot

Setup

Make sure to install the dependencies:

# npm
npm install

# pnpm
pnpm install

# yarn
yarn install

# bun
bun install

Development Server

Start the development server on http://localhost:3000:

# npm
npm run dev

# pnpm
pnpm run dev

# yarn
yarn dev

# bun
bun run dev

Production

Build the application for production:

# npm
npm run build

# pnpm
pnpm run build

# yarn
yarn build

# bun
bun run build

Locally preview production build:

# npm
npm run preview

# pnpm
pnpm run preview

# yarn
yarn preview

# bun
bun run preview

Check out the deployment documentation for more information.

About

The Trello Board project is a task and project management web app with a Trello-like interface, built using Vue.js and Nuxt.js, facilitating efficient organization and collaboration.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published