Skip to content

📋 simple kanban to manage board tasks, built with choo.js :)

Notifications You must be signed in to change notification settings

luizbaldi/choo-ban

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Choo-ban

Just a simple kanban :)

Demo

http://choo-ban.surge.sh

Stack

Basically I decided to not use any boilerplate for this project. To use choo with ES6 imports I took webpack, and to help the development process I used webpack-dev-server. Basically that's it.

Libs

Production

Lib Reason
choo Simple frontend framework
nanocomponent Simple lib to work with components in choo.js
materialize UI framework
sweetalert Simple and beautiful popup boxes

Development

Lib Reason
webpack ES6 Module imports and simplicity
webpack-dev-server I just love webpack-dev-server, it's simple and very useful
babel Code transpilation and compatibility between browsers

Running locally

After downloading (or cloning) this repo, just run:

yarn
yarn start

This will start the project locally on port 3000 and open a tab in your browser automatically.

Want to contribute?

Check our todo with the features I think will fit in the application and send a PR :)

If you have another idea for a feature, it's also very welcome!

Contributors


Any doubts or suggestions just contact me :)

About

📋 simple kanban to manage board tasks, built with choo.js :)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published