An open API service indexing awesome lists of open source software.

https://github.com/norbraet/vue-task-board

A modern Kanban board built with Vue 3, TypeScript, and Tailwind CSS. This project demonstrates best practices in component architecture, reusability, and state management using Pinia.
https://github.com/norbraet/vue-task-board

eslint prettier tailwind tailwindcss vite vue vue-router vue3 vuejs

Last synced: 3 months ago
JSON representation

A modern Kanban board built with Vue 3, TypeScript, and Tailwind CSS. This project demonstrates best practices in component architecture, reusability, and state management using Pinia.

Awesome Lists containing this project

README

          

# Kanban Board

A modern Kanban board built with **Vue 3**, **TypeScript**, and **Tailwind CSS**. This project demonstrates best practices in component architecture, reusability, and state management using **Pinia**.

## ๐Ÿ“ฆ Stack

- Vue 3 + Composition API
- TypeScript
- Tailwind CSS
- Pinia - Store Managment
- Vite

## ๐Ÿงช Development

```sh
npm install
```

### Compile and Hot-Reload for Development

```sh
npm run dev
```

### Type-Check, Compile and Minify for Production

```sh
npm run build
```

### Lint with [ESLint](https://eslint.org/)

```sh
npm run lint
```

### Format Code using Prettier with [Prettier](https://prettier.io/)

```sh
npm run format
```

### Type Check the project

```sh
npm run type-check
```

## ๐Ÿ“œ License

MIT โ€“ feel free to use, modify, and contribute!