Skip to content

aptran/kanban

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kanban

A kanban web app created using this tutorial. View live demo here.

Installation

npm install
npm start

The application should be running on http://localhost:8080/.

Feature Implementation

  • CRUD of Notes and Note Lanes.
  • DnD of Notes to reorder within lane, or moved to another lane.

My feature extensions

  • Delete note references when lane is deleted.
  • DnD of Note Lanes.
  • Webpack includes file-loader for jpg/png images in build.
  • Custom styling.
    • Google Font - Raleway.
    • Change note colors according to status (white, red, yellow, green).

About

Kanban web app using Node, React, and Alt

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published