Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 687 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 687 Bytes

Daily Log

Simple app that allows you to log a list of items daily for a specific date range.

  • Served with Flask (Python).
  • JavaScript/jQuery for DOM manipulation.
  • HTML5 content editable feature.
  • Moment.js for date manipulation.
  • localStorage to persist and load data.

Usage

  • Visit the app at http://my-dailylog.herokuapp.com/ and start logging.
  • If you want to check out this project and run the app locally, run python app.py, then visit the running app at http://localhost:5000/

Demo

daily-log