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
- Host: GitHub
- URL: https://github.com/abh3shek/kanban_board
- Owner: Abh3shek
- License: mit
- Created: 2025-07-02T10:43:40.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-07-02T12:10:02.000Z (12 months ago)
- Last Synced: 2025-07-02T12:27:46.528Z (12 months ago)
- Topics: clone-website, javascript, kanban-board, localstorage, state-management, trello-clone, vanilla-javascript, vanilla-js, vite
- Language: JavaScript
- Homepage: https://tasktile.netlify.app/
- Size: 6.29 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license
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

## 🛠️ 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