A meal planner and calorie tracker for nerds
A VSCode-inspired, keyboard-first nutrition tracker. Write your meals in FOML (Food-oriented Markup Language), watch the progress bars go brrrr and reach your nutrition goals in no time.
Live now at https://foodie.czak.pl. Go wild. Your data is safe* in your browser's localStorage.
git clone https://github.com/czak/foodie.git
cd foodie
npm install
# Start development server
npm run dev
# Run tests
npm run test
# Build for production
npm run build- HTML (no way)
- CSS (wow)
- TypeScript
- Vite
- Vitest
I may get to these at some point:
- Favicon
- Improve validation (detect invalid recipe or meal ingredients)
- Autocomplete ingredients
- More color themes (maybe, dunno)
- Plan more days, maybe have some log, history etc - I doubt it, let's consider these streeeeetch goals
