A simple web app to track the drying progress of your homemade charcuterie. Monitor weight loss over time, set target goals, and visualize everything on an interactive chart.
- Track multiple items - Monitor several charcuterie pieces at once (saucisson, coppa, bresaola...)
- Weight loss chart - Visualize drying progress over time with Chart.js
- Target & projections - Set a target weight loss percentage and get an estimated completion date based on linear regression
- Sync across devices - Sign in with your GitHub or Google account to sync your data across devices via Firebase
- Local storage - All data is also stored in your browser for offline use
- Import / Export - Back up and restore your data as JSON
- Responsive - Works on desktop and mobile
Visit the live version.
- Click + Add to create a new item with its name, initial weight, start date, and target loss %
- Click an item in the sidebar to expand it and add weight measurements over time
- The chart updates automatically with your data and projected completion date
- Open Preferences to sync your data across devices by signing in with your GitHub or Google account