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.
- 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 athttp://localhost:5000/