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

https://github.com/marcuwynu23/recipesage

A simple single-user recipe management system for organizing and accessing your favorite recipes.
https://github.com/marcuwynu23/recipesage

Last synced: 7 days ago
JSON representation

A simple single-user recipe management system for organizing and accessing your favorite recipes.

Awesome Lists containing this project

README

          

# RecipeSage: Recipe Management System

[![GitHub license](https://img.shields.io/github/license/marcuwynu23/rms)](https://github.com/marcuwynu23/rms/blob/main/LICENSE)
[![GitHub stars](https://img.shields.io/github/stars/marcuwynu23/rms)](https://github.com/marcuwynu23/rms/stargazers)
[![GitHub issues](https://img.shields.io/github/issues/marcuwynu23/rms)](https://github.com/marcuwynu23/rms/issues)

Welcome to the Single-User RecipeSage: Recipe Management System! This is a desktop or web-based application designed for managing your personal collection of recipes. Whether you're an aspiring chef, a seasoned cook, or simply someone who loves to experiment in the kitchen, this system provides you with a convenient way to organize, store, and access your favorite recipes anytime, anywhere.

## Features

- **Recipe CRUD Operations:** Add, view, edit, and delete recipes effortlessly.
- **Recipe Categorization:** Organize recipes into different types and assign tags for easy retrieval.
- **Search Functionality:** Quickly find recipes based on keywords, ingredients, or any other criteria.
- **User-Friendly Interface:** Enjoy a clean and intuitive interface for seamless navigation and recipe management.

## Technologies Used

- **Frontend:** Material Design Bootstrap for CSS framework
- **Backend:** Laravel
- **Database:** SQLite

## Contributing

Contributions are welcome! If you'd like to contribute to the project, please follow these steps:

1. Fork the repository.
2. Create your feature branch (`git checkout -b feature/YourFeature`).
3. Commit your changes (`git commit -am 'Add some feature'`).
4. Push to the branch (`git push origin feature/YourFeature`).
5. Open a pull request.