- Add ability to add recipes from a URL( requires parsing?)
- Add ability to share recipes
- Telegram
- Add custom button to install PWA(i think it's now works only in chrome?)
- Adjust Recipe schema according to schema.org(https://schema.org/Recipe)
- add itemProp to all specific elements
- Consider using units and amount for ingredients
- Add US and EU measurement units
- Consider adding photos or/and videos for each instructions step
- Add ability to specify cuisine
- Add ability to specify category
- The import of incorrect, missing or undefined data still counts as sucessfull and leads to more bugs later in EditRecipePage.(ImportRecipe, useImportRecipe)
- Empty ingredient appear in the CreateRecipePage but it rather needs to be in edit mode or doesn't appear at all(so empty array)
- operation with localstorage is insecure in safari 16.6.1 macos big sur