Recipe Box is the senior design project of Lilian Swann and Fatima Bowers.
Recipe Box is a website designed to store, organize, and manage recipes. Users can add their own recipes, categorize them into sections, pin favorite recipes to the homepage, and search for recipes effortlessly.
You can explore the live version of the project, hosted on GitHub Pages, here: Recipe Box
The backend of this project is hosted on Railway, a cloud hosting platform.
- Add Recipes: Create and save personal recipes with ease.
- Organize into Sections: Categorize recipes into custom sections for better organization.
- Pin Recipes: Pin frequently used recipes to the homepage for quick access.
- Search Functionality: Quickly find recipes using the search feature.
- Frontend: Ionic Framework
- Backend: Flask Framework
- Database: MariaDB
- Users can add recipes with details like ingredients, instructions, and categories.
- Recipes can be organized into sections or pinned to the homepage.
- The search feature allows users to find recipes by name, ingredient, or category.
- All data is stored and managed in a MariaDB database.