Skip to content
/ trololo Public
forked from syumai/trollo

Simple Trello clone implemented with Vue.js and Vuex

License

Notifications You must be signed in to change notification settings

xrip/trololo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Trololo

Simple Trello clone implemented with Vue.js and Vuex

Basicly it's an kanban tasks board where you can move, create and delete lists and cards. Now it uses localstorage to store data. In future version it may have integrations with MongoDB Stitch or any didecated data storage.

Demo

Example

https://xrip.github.io/trololo/

Features

  • Lists and cards can be moved
  • [WIP] Card details
  • Lists and cards are saved in localStorage .

Development

yarn dev # => Start running webpack-dev-server
yarn build

License

MIT

Releases

No releases published

Packages

No packages published

Languages

  • Vue 80.3%
  • JavaScript 17.7%
  • HTML 2.0%