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

https://github.com/abh3shek/kanban_board

Tried to replicate trello style kanban board using vanilla javascript
https://github.com/abh3shek/kanban_board

clone-website javascript kanban-board localstorage state-management trello-clone vanilla-javascript vanilla-js vite

Last synced: 5 months ago
JSON representation

Tried to replicate trello style kanban board using vanilla javascript

Awesome Lists containing this project

README

          

# TaskTile 🗂️

A **minimal, fast Kanban board** built with **vanilla JavaScript + Vite**.
Create lists, add cards, drag and drop between lists, and persist your workflow locally.

## 🚀 Features

- Create and delete **lists** (columns)
- Add, edit, and delete **cards** (tasks) inside lists
- **Drag and drop** cards between lists
- Persistent data using **localStorage**
- Fully responsive and lightweight
- Instant, fast builds with **Vite**

## 📸 Screenshots

![TaskTile Screenshot](/src/assets/images/tasktile.png)

## 🛠️ Tech Stack

- HTML, CSS
- Vanilla JavaScript (ES6+)
- Vite (build & dev server)
- LocalStorage (persistence)

## ⚡ Getting Started

1️⃣ **Clone the repository:**

```bash
git clone https://github.com/yourusername/tasktile.git
cd tasktile
```

2️⃣ **Install dependencies:**

```bash
npm install
```

3️⃣ **Run locally:**

```bash
npm run dev
```

## 🌐 Live Demo

Check out the live deployed version:
👉 https://tasktile.netlify.app

## 📄 License

MIT