This is a program where you store your recipes and review them anytime you want to cook that fantastic delicacy
Recipe Stash is a web application where a user can keep a record of the recipe they would want close to them or their own homemade delicacies. A user inputs the title of the dish, ingredients, preparation procedure and servings and save it to the app for future reference.
- The web app supports Markdown rendering
- Responsive screen layout for small and medium screen (prevents content compression on such screens) - Styled with TailwindCSS
- Sqlite3 database for storing recipes passed by the user
- User can create, edit and delete recipes