Kanban board

I built a Kanban board using Vue.js and Nuxt.js as my first Vue project to compare it with React. Users can manage tasks across columns with features like creating, updating, and deleting tasks. Board data is saved to LocalStorage for seamless session persistence. This project helped me gain hands-on experience with Vue and Nuxt.

Setup

Make sure to install the dependencies:

npm install

Development Server

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

npm run dev

Production

Build the application for production:

npm run build

Locally preview production build:

npm run preview