Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/pawankolhe/boardx

📋 Kanban board web app for project management build with vanilla JavaScript
https://github.com/pawankolhe/boardx

drag-and-drop kanban-board project-board project-management

Last synced: about 19 hours ago
JSON representation

📋 Kanban board web app for project management build with vanilla JavaScript

Awesome Lists containing this project

README

        

logo

# BoardX

Kanban board web app for managing project tasks in lists.

![Banner](https://raw.githubusercontent.com/PawanKolhe/project-board/main/screenshots/banner.png)

## 🚀 Features
- Drag & Drop lists and cards
- Local Storage of board state
- Offline support (PWA)
- Add & Delete Lists
- Add & Delete Cards

## 🚧 Upcoming Features
- Editing cards
- Renaming Lists
- Multiple boards
- Card count on list
- Dark mode
- Themes
- Cloud storage

## ⚙️ Environment Setup

Install dependencies
```bash
npm install
```

Launch dev server
```bash
npm run dev
```

## 📜 License
This software is open source, licensed under the [MIT License](https://github.com/PawanKolhe/BoardX/blob/master/LICENSE).