Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/luizbaldi/choo-ban
:clipboard: simple kanban to manage board tasks, built with choo.js :)
https://github.com/luizbaldi/choo-ban
choo frontend javascript
Last synced: about 2 months ago
JSON representation
:clipboard: simple kanban to manage board tasks, built with choo.js :)
- Host: GitHub
- URL: https://github.com/luizbaldi/choo-ban
- Owner: luizbaldi
- Created: 2018-01-27T19:21:23.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T20:33:34.000Z (about 2 years ago)
- Last Synced: 2024-10-12T05:45:18.267Z (2 months ago)
- Topics: choo, frontend, javascript
- Language: JavaScript
- Homepage: http://choo-ban.surge.sh/
- Size: 1.13 MB
- Stars: 6
- Watchers: 3
- Forks: 2
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-choo - choo-ban - Simple kanban to manage board tasks, built with `choo`. (Uncategorized / Uncategorized)
README
# 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](https://github.com/luizbaldi/choo-ban/blob/master/todo.md) 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
- [Luiz Baldi](https://github.com/luizbaldi)
- [Pedro Fontes](https://github.com/phfontess)___
Any doubts or suggestions just contact me :)