An open API service indexing awesome lists of open source software.

https://github.com/bacoords/bc-recipe-calculator


https://github.com/bacoords/bc-recipe-calculator

Last synced: 4 months ago
JSON representation

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.