Skip to content

matheusraull99/kanban-board-js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kanban Board

🟡 Pleno — Quadro Kanban drag-and-drop com 3 colunas e persistência no localStorage

Diagrama

flowchart LR
    A([A Fazer]) -->|arrastar| B([Em Andamento])
    B -->|arrastar| C([Concluído])
    C -->|arrastar| A
    D([Nova tarefa]) --> A
    A & B & C -->|salvar| E[(localStorage)]
Loading

Tecnologias

  • HTML5
  • CSS3
  • JavaScript ES2022
  • Drag and Drop API

Como usar

Abra index.html no browser.

Estrutura

kanban-board-js/
├── index.html
├── style.css
└── app.js

About

[Pleno] kanban-board-js — projeto de nível pleno com Python e frameworks modernos

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors