ikennarichard / 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. Built with Rails

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Recipe App

πŸ“— Table of Contents

πŸ“– 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. Built with Rails

πŸ›  Built With

  • Ruby
  • Rails

Key Features

  • Recipes Page and form for adding new recipes
  • Food List page and form for adding new food
  • Form for adding ingredients for a recipe
  • Shopping list page displays missing food and cost for all recipes

(back to top)

πŸ’» Getting Started

To clone the repository in local environment try following steps.

git clone https://github.com/ikennarichard/Recipe-app.git

Prerequisites

  • Rails
  • Ruby

Setup

Install

In the terminal, go to the file directory and run this command.

bundle install

Get into development

  • create database and run migrations
bin/rails db:setup
  • start server
bin/rails server

Run test

To run test, run the following command in the terminal

rspec spec

πŸ‘₯ Authors

πŸ‘€ Ikenna Richard

πŸ‘€ Micheal Oguntayo

(back to top)

πŸ”­ Future Features

  • Generate shopping list for a recipe
  • Edit food list

(back to top)

🀝 Contributing

Contributions, issues, and feature requests are welcome! Add suggestions by opening new issues.

Feel free to check the issues page.

(back to top)

⭐️ Show your support

Give a ⭐️ if you like this project!

(back to top)

πŸ™ Acknowledgments

(back to top)

πŸ“ License

This project is MIT licensed.

(back to top)

About

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. Built with Rails

License:MIT License


Languages

Language:Ruby 74.0%Language:HTML 16.2%Language:CSS 4.5%Language:Batchfile 3.2%Language:JavaScript 1.9%Language:Shell 0.2%