https://github.com/bacoords/bc-recipe-calculator
https://github.com/bacoords/bc-recipe-calculator
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bacoords/bc-recipe-calculator
- Owner: bacoords
- Created: 2025-07-06T00:17:12.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-10-25T21:11:29.000Z (10 months ago)
- Last Synced: 2025-10-25T21:18:30.259Z (10 months ago)
- Language: JavaScript
- Size: 1.83 MB
- Stars: 3
- Watchers: 0
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# BC Recipe Calculator
A WordPress plugin that provides a custom recipe management system with cost calculation functionality. Built with React, DataViews, and WordPress REST API.
## Features
- **Store Recipe and Ingredient Costs** Custom screen for managing recipes and ingredients
- **Cost Calculation**: Automatic calculation of recipe costs based on ingredient prices and quantities
- **REST API Integration**: Full REST API support for recipes and ingredients
- **Serving Calculator**: Calculate cost per serving based on recipe yield
- **COGS Integration** Easily push recipe costs to products and variatons
- **MCP Integration** Tools for managing recipes via MCP
## Development
### Development Commands
```bash
# Start development server with hot reloading
npm run start
# Build for production
npm run build
# Watch for changes and rebuild
npm run build -- --watch
```
## License
This project is licensed under the GPL v2 or later.
## Changelog
View the [full changelog](./CHANGELOG.md).
---
**Note**: This plugin requires WordPress 6.8+ and PHP 7.4+ for optimal functionality.