This project is designed to be a simple tool that can generate salad ideas.
Hosted at https://www.salad-generator.com
Found a bug? Post it under Issues on Github 🍻
This is a progressive web application which provides an installable experience for users on any internet accessible device.
Current features:
✔️ Generate a random salad with the press of a button
✔️ Enable/disable ingredients
✔️ Specify the amount of ingredients per type in generation
- Ability to "hold" ingredients when generating OR regenerate specific ingredients
- This will allow users to continue tweaking a salad which is good for most of the ingredients, but has one or two weird ones
- Ability to save salads
- Settings presets dropdown
- Download .pdf of recipes
- Upvote salads
- Community favorites list
- Machine learning to guide generation
- Seasonal salads
- Pictures of salads
- Serving size
- Calories
The latest version of Node is required.
Clone the repository and run npm install
.
# Start a local development server
npm run start
# Create a production build
npm run build
Contributions are welcome!
Please create an issue before contributing to this project. Features should be worked on in separate branches and pull requests should be made for every proposed change.
Built and maintained by Michael Lu
This project was bootstrapped with Create React App.