Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 654 Bytes

README.md

File metadata and controls

24 lines (19 loc) · 654 Bytes

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).