EatLog is a lightweight, single-page app for tracking meals, notes, and how you felt.
Everything is stored locally in your browser using localStorage.
Open index.html in a browser. Add a meal, optional notes, time, and mood, then click Add Entry.
Use Newest or Oldest to sort your meal log.
- Update the mood options in
index.html. - Adjust the look and feel in
style.css. - Extend
script.jsto export logs to CSV.