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
- Host: GitHub
- URL: https://github.com/tariqs26/kanban-board
- Owner: tariqs26
- Created: 2024-03-20T06:19:20.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-20T19:12:12.000Z (11 months ago)
- Last Synced: 2025-02-16T16:58:39.346Z (4 months ago)
- Topics: dnd-kit, react, tailwindcss, typescript, vite
- Language: TypeScript
- Homepage: https://tariqs26.github.io/kanban-board/
- Size: 115 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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. () |