Skip to content

Latest commit

 

History

History
64 lines (43 loc) · 1.9 KB

README.md

File metadata and controls

64 lines (43 loc) · 1.9 KB

JIE-ToDo

DeepScan grade 中文

Material Design's elegant and beautiful pure front-end Todo-List & Countdown web application

Features

  • Pure front-end, no server required
  • Designed by legant and beautiful Material Design (based on MDUI)
  • Lightweight and clean, pure handwritten HTML
  • Supports PWA (Progressive Web Apps) and can works without internet
  • Todo-List & Countdown two in one
  • Drag-and-drop sorting, importance color markers, full-screen countdown, and more

Demo

task list fullscreen

Usage

Todo

  • Basic functions
  • Drag-and-drop sorting
  • PWA support
  • Responsive layout
  • Import and export
  • I18n
  • Background notification
  • Foreground notification
  • Todos group

I18n

I18n is still in progress, you are welcome to participate

Currently completed:

  • en-us 100%
  • zh-hans 100%
  • zh-hant 100% (direct conversion)

Build

  1. You only need nodejs, npm or yarn (yarn is used in the demo below)

  2. Just run yarn && yarn build in the root directory and the output will be in the dst folder. You can use yarn dev to develop in real time

Thanks