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

https://github.com/mux-mux/kanban

(JS Advanced) Task manager Kanban drag&drop App with pomodoro timer [SCSS, LocalStorageAPI, Drag&DropAPI, Fetch API, Focus-trap library, JSON data, Webpack, ESlint, Accessability]
https://github.com/mux-mux/kanban

accessibility drag-and-drop eslint focus-trap html localstorage scss webpack

Last synced: 3 months ago
JSON representation

(JS Advanced) Task manager Kanban drag&drop App with pomodoro timer [SCSS, LocalStorageAPI, Drag&DropAPI, Fetch API, Focus-trap library, JSON data, Webpack, ESlint, Accessability]

Awesome Lists containing this project

README

          

# Kanban :books: - with drag & drop :raised_hands:, a built-in pomodoro timer :watch:, category management :bookmark_tabs:, deadlines :alarm_clock: and more! :white_check_mark:

## [Live Link](https://jsgo.pro/kanban) :link:



Kanban Demo


## Features :sparkles:

- Drag&Drop tasks 🤚
- Pomodoro timer ⏲️
- Pomodoro progress bar 📶
- Add/select task category 📑
- Edit task/category text 🔤
- Set task deadlines ⏱️
- Delete task/category 🗑️
- Undo deleted tasks 🔃
- Move done tasks to archive 📒
- Download/upload archive ⏬⏫
- Use Tab key navigation ⌨️
- Switch light/dark theme 🎨

## Folder structure :open_file_folder:


Kanban Folder structure


## How To Use :closed_lock_with_key:

```bash
# In the Terminal or Cmd
# Clone this repository
$ git clone git@github.com:mux-mux/kanban.git

# Move to the cloned repository directory
$ cd kanban

# Install dependencies
$ npm install

# Open the browser & listen to changes
$ npm start
```