Material Design's elegant and beautiful pure front-end Todo-List & Countdown web application
- 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
- Basic functions
- Drag-and-drop sorting
- PWA support
- Responsive layout
- Import and export
- I18n
- Background notification
- Foreground notification
- Todos group
I18n is still in progress, you are welcome to participate
Currently completed:
- en-us 100%
- zh-hans 100%
- zh-hant 100% (direct conversion)
-
You only need nodejs, npm or yarn (yarn is used in the demo below)
-
Just run
yarn && yarn build
in the root directory and the output will be in thedst
folder. You can useyarn dev
to develop in real time
- MDUI
- Countdown.js
- ShortableJS
- Staticfile CDN
- gulp.js
- and more...