Coder Social home page Coder Social logo

react-django-todo's Introduction

ToDoList

任务要求

使用 Django, Django Rest Framework, Bootstrap, PostgreSQL (optional), React+React Router+ Redux + Redux API (optional), jQuery (optional) 等技术做一个待办事项的网站。

一个参考的例子:todoist.com

实现的功能:

  • 创建一个待办事项(待办事项可以设置优先级、expire-date)
  • 删除一个待办事项
  • 标记一个待办事项为已完成
  • 编辑一个待办事项的具体内容
  • 列出所有的未完成的待办事项
  • 支持按照不同的方式排序

界面展示

 

  1. TaskList

  1. TaskDetail

功能展示

  1. 创建待办事项

事项有 title,content,expire_date,priority 这几个属性

  1. 删除待办事项

  1. 标记事项已完成

  1. 编辑(修改)一个待办事项的具体内容

这里修改的表单中如果不填入内容,就默认不改变

  1. 列出所有的未完成的待办事项

  1. 支持按照不同的方式排序

目前设计的有 按创建时间排序(默认), 按过期时间排序 , 按优先级排序

改进方向

  1. 列表界面支持翻页
  2. 把Sqlite换成PostgreSQL
  3. 使用React,Redux构建界面,美化界面

react-django-todo's People

Contributors

fy95 avatar

Watchers

James Cloos avatar  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.