这个是学习 VueJs 时的一个 Demo 项目,后来发现管理个人任务挺好用,本着强迫症患者该有的精神,就美化了下界面,设计了个 Logo,然后放出来了,项目很简单,适合 Rails 以及 Vue 初学者学习使用。(烂尾两年终于想起来放出来了 XD)
码云: https://gitee.com/kesin/taskover
Github:https://github.com/kesin/taskover
在线演示 http://taskover.zoker.io/ 账号 demo / 111111
功能
- 快速创建计划分类
- 快速创建列表
- 快速创建、编辑、删除、结束、重开任务
- 通过颜色标签快速筛选
- Plan/List/Task 均支持拖拽排序
功能截图
首页
简易方便的任务分类(Plan)
简单易用的任务分组(List)
简单高效的任务管理(Task)
使用
项目基于 Ruby 2.3.1
及以上
- git clone https://gitee.com/kesin/taskover
- cd taskover
- bundle install
- cp database.yml.example database.yml #修改数据库配置
- cp puma.rb.example puma.rb
- bundle exec rake db:migrate
- cp development.rb.example development.rb
- bundle exec puma
访问 http://127.0.0.1:3001
在线演示
贡献代码
- Fork 项目
- 创建本地分支 (
git checkout -b my-new-feature
)
- 提交更改 (
git commit -am 'Add some feature'
)
- 推送到分支 (
git push origin my-new-feature
)
- 创建一个 Pull Request
贡献者
@Zoker
@Frech