Skip to content

The Recipe app keeps track of all your recipes and ingredients. 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…

Notifications You must be signed in to change notification settings

BenMukebo/get-your-recipe

 
 

Repository files navigation

The Get Your Recipe App

The Recipe app keeps track of all your recipes and ingredients. 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.

Screenshots

Screenshot 1 Screenshots 2
Screenshot Screenshot
Screenshot 3 Screenshots 4
-------------- ----------------
Screenshot Screenshot
Screenshot 5 Screenshots 6
-------------- ----------------
Screenshot Screenshot

Built With

  • Ruby
  • Ruby on Rails
  • RSpec
  • Capybara

Setup

  • Get the link of the repository: https://github.com/chaw-bot/get-your-recipe
  • Clone it as git@github.com:chaw-bot/get-your-recipe.git on a Terminal
  • Usage
  • Run bundle install on a Terminal to get Gemfile dependencies.
  • Start the server by running rails s

Run test

$ bundle exec rspec ./spec/requests/recipes_index_spec.rb
$ bundle exec rspec ./spec/requests/recipes_show_spec.rb
$ bundle exec rspec ./spec/features/food_index_spec.rb
$ bundle exec rspec ./spec/features/login_spec.rb

Authors

👤 Chawanzi Ng'uni

👤 Ben Mukebo

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

Show your support

Give a ⭐️ if you like this project!

Acknowledgments

  • Microverse
  • Ruby documentation
  • Stack Overflow

About

The Recipe app keeps track of all your recipes and ingredients. 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…

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 66.8%
  • HTML 26.0%
  • Batchfile 3.1%
  • CSS 2.8%
  • JavaScript 1.3%