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

https://github.com/claudiarojassoto/recipe_app

An all-in-one culinary assistant 🍽. Save recipes, track ingredients, and generate shopping lists. Share your favorite recipes publicly for everyone to enjoy!
https://github.com/claudiarojassoto/recipe_app

controllers database-management devise devise-token-auth devise-views models ruby-gem ruby-lib ruby-on-rails ux-ui views

Last synced: 6 months ago
JSON representation

An all-in-one culinary assistant 🍽. Save recipes, track ingredients, and generate shopping lists. Share your favorite recipes publicly for everyone to enjoy!

Awesome Lists containing this project

README

          


logo

The Recipe app

# 📗 Table of Contents

- [📗 Table of Contents](#-table-of-contents)
- [📖 The Recipe app ](#-the-recipe-app-)
- [🛠 Built With ](#-built-with-)
- [Tech Stack ](#tech-stack-)
- [Key Features ](#key-features-)
- [💻 Getting Started ](#-getting-started-)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [👥 Authors ](#-authors-)
- [🔭 Future Features ](#-future-features-)
- [🤝 Contributing ](#-contributing-)
- [⭐️ Show your support ](#️-show-your-support-)
- [🙏 Acknowledgments ](#-acknowledgments-)
- [❓ FAQ (OPTIONAL) ](#-faq-optional-)
- [📝 License ](#-license-)

# 📖 The Recipe app

**[The Recipe app]** The Recipe app keeps track of all your recipes, ingredients, and inventory. It will allow you to save ingredients, keep track of what you have, create recipes, and generate a shopping list based on what you have and what you are missing from a recipe. Also, since sharing recipes is an important part of cooking the app should allow you to make them public so anyone can access them.

## 🛠 Built With

### Tech Stack

Technologies

Linters


  • Rubocop

  • Style lint

### Key Features

- **[Use of Ruby on rails]**
- **[Use of device to user autenticate]**
- **[Use of Rspec and capybara for testing]**

(back to top)

## 💻 Getting Started

To get a local copy up and running, follow these steps.

### Prerequisites

You need ruby and bundler

### Setup

Clone this repository to your desired folder:

sh

cd my-folder

git clone https://github.com/ClaudiaRojasSoto/Recipe_App.git

### Install

Install this project with:

- gem install rails
- bundle install

### Usage

To run the project, execute the following command:

rails server

### Run tests

To run tests, run the following command:

rspec spec

(back to top)

## 👥 Authors

👤 **Andy Zam**

- GitHub: [Andres Zamorano](https://github.com/Dachrono)
- Twitter: [Andres Zamorano](https://twitter.com/Dachrono)
- LinkedIn: [Andres Zamorano](https://www.linkedin.com/in/andres-zamorano-785b77a1/)

👤 **Claudia Rojas**

- GitHub: @ClaudiaRojas
- LinkedIn: @ClaudiaRojas

(back to top)

## 🔭 Future Features

- [1] **[Modify you recipe foods.]**
- [2] **[Organize your recipes for type.]**

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](https://github.com/ClaudiaRojasSoto/Blog_App/issues).

(back to top)

## ⭐️ Show your support

If you like this project please feel free to send me corrections for make it better I would feel glad to read your comments.
And think If you enjoy gift me a star.

(back to top)

## 🙏 Acknowledgments

- Microverse for providing the opportunity to learn Git and GitHub in a collaborative environment.
- GitHub Docs for providing a wealth of information on Git and GitHub.

(back to top)

## ❓ FAQ (OPTIONAL)

- **[Can I use with a templeate your project?]**

- [Of course I would feel honored]

- **[Your project is free license?]**

- [Yeah, you can use it completly]

(back to top)

## 📝 License

this project is [MIT](./LICENSE.txt) licensed.

(back to top)