Kanban is a lean method to manage and improve work across human systems. Kanban Board is a serverless application built in Angular. Drag and Drop tasks from one column to another. Edit Mode toggle in the application enables to add/update Boards, Columns and Tasks. Checkout live application here.
- Responsive Layout
- Serverless
- Edit & Read Only Mode
- Create New Boards
- Create New Columns
- Create New Tasks
- Drag & Drop Tasks from One Column to Another
Application uses following of open source projects to work properly:
- Angular - A Javascript Framework by Google!
- Angular Material CDK - A set of behavior primitives for building UI components
- Bulma - CSS framework based on Flexbox and built with Sass
Kanban requires Node.js v4+ to run.
Install the dependencies and devDependencies and start the client.
$ npm install
$ ng serve -o
Run ng serve
for a dev server. Navigate to http://localhost:4200/
. The app will automatically reload if you change any of the source files.
Run ng build
to build the project. The build artifacts will be stored in the dist/
directory. Use the --prod
flag for a production build.
MIT
Suggestions/Improvements are welcome. Want to develop together? You are most welcome.