Giter Club home page Giter Club logo

todo-list's Introduction

Todo-List待办事项任务管理

技术栈

1、Vue + Vuex + localStorage 状态持久化管理

2、Node + Express 搭建服务端连接Mysql

3、Socket.io 协同任务管理

快速开始

todo-list拥有2个版本:master是需要连接mysql的,local是不需要数据库的(不过功能很少),拉取分支看自身情况。

根目录

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

然后切到server目录

# install dependencies
npm install

# serve with hot reload at localhost:8080
node app.js

mysql数据库:

导入根目录下的todo-list.sql

介绍

如果您所在公司有用过类似的todo list产品,那应该对其不是很陌生。todo list(待办事项列表),非常有名的todo list产品有Teambition,JIRA等等。Teambition是收费的,而且价格也不是很便宜啦(但是人家的功能确实还可以,可谓非常强大)。

所以,就在自己倒腾一个简单的,有兴趣的同学可以持续关注!

本次《todo list: Vue待办事项任务管理》,分为一下章节:

第一章: 初识(项目搭建、基本功能组件实现)

第二章: 数据动态化处理(localStorage + Vuex),可新增,可编辑

第三章:待办事项自定义分组

第四章:待办事项添加描述图片等信息

第五章:Node + Express 搭建服务端连接Mysql

第六章:Client端与Server端交互,待办任务入库等

第七章:多人协同处理待办事项,权限管理(第1节)

第七章:Socket.io多人协同处理待办事项

预览

Socket.io多人协同处理待办事项

todo-list's People

Contributors

kissys avatar javanf avatar dependabot[bot] avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.