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

https://github.com/tariqs26/kanban-board

Kanban board built with React
https://github.com/tariqs26/kanban-board

dnd-kit react tailwindcss typescript vite

Last synced: about 2 months ago
JSON representation

Kanban board built with React

Awesome Lists containing this project

README

        

# Kanban Board

A simple kanban board application build with React, Typescript, and Tailwind CSS.

## Installation

```bash

npm i
```

## Available Commands

| Command | Description |
| --------------- | --------------------------------------------------------------------- |
| npm run dev | Start the development server () |
| npm run lint | Lint the project. |
| npm run build | Build the app for production to the `dist` folder. |
| npm run preview | Preview the production build. () |