Giter Club home page Giter Club logo

recipe-app's Introduction

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

  • Ruby
  • Rails
  • Postgresql
  • CSS
  • Tailwind

Live Demo (if available)

Getting Started

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

Setup

clone this repo

Usage and Installation

  • Navigate to the directory cd Recipe-app (case sensitive, make sure you type the correct path)
  • Run bundle install in your terminal (in case you need to update gems run bundle update)
  • To setup database and tailwind run the following commands:
    • rails db:create
    • rails db:migrate
    • rails db:seed (to populate initial data from db/seeds.rb file)
    • rails tailwindcss:build (to build necessary configurations for tailwind)
  • Run rails s on your terminal
  • Enter http://localhost:3000/ or localhost:3000 on your browser to view the project.
  • Congratulations! App should run successfully.

Authors

πŸ‘€ Dozie Udeagha

πŸ‘€ Said RaΕ‘inliΔ‡

πŸ‘€ Bright Kweku Ahiadeke

🀝 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

  • Hat tip to anyone whose code was used
  • Inspiration
  • etc

πŸ“ License

This project is MIT licensed.

recipe-app's People

Contributors

saidrasinlic avatar udeaghad avatar kwekubright avatar

Stargazers

Roman avatar

Watchers

 avatar  avatar

recipe-app's Issues

[2pt] Recipe details(inventories)

  • Should have a modal to choose an inventory to create a shopping list with, as in the wireframe.
  • Make sure there are no N+1 queries happening.

[2pt] General shopping list view

  • Should show the list of food that is missing for all recipes of the logged-in user (compare the list of food for all recipes with the general
    food list of that user).
  • Should count the total food items and total price of the missing food.
  • Make sure there are no N+1 queries happening.

[2pt] Food list

  • Should display a list of food added by the logged-in user as in the wireframe (for teams with only 2 people - display also
    quantity of a given food).
  • Should lead to a form that allows users to add new food.
  • A food list (with all CRUD implementation, except for 'update').
  • Make sure there are no N+1 queries happening.

[2pt] Recipe details

  • If the recipe is public or the user is the owner of the recipe, should display the recipe details as in the wireframe.
  • If the user is the owner of the recipe, should lead to the form that allows the user to add new food.
  • A recipes list (with all CRUD implementation, except for 'update').
  • Make sure there are no N+1 queries happening.

[2pt] Recipes list

  • Should display a list of recipes created by the logged-in user as in the wireframe.
  • Should lead to recipe details.
  • If the user is the owner of the recipe, should allow the user to delete it.
  • Make sure there are no N+1 queries happening.

[2pt] Inventory shopping list

  • Should show the list of food that is missing by comparing the food in the recipe with the food in the inventory.
  • Should count the total food items and total price of the missing food.
  • Inventory shopping list, a shopping list, but only taking into consideration a chosen recipe and inventory.
  • Make sure there are no N+1 queries happening.

[2pt] Inventory details

  • Should display the inventory details as in the wireframe.
  • Should lead to a form that allows users to add new food.
  • Make sure there are no N+1 queries happening.

[2pt] Public recipe list

  • Should lead to recipe details.
  • A list of all public recipes from other users with their names and total prices.
  • Make sure there are no N+1 queries happening.

[2pt] Inventories list

  • Should display a list of inventories created by the logged-in user as in the wireframe.
  • Should lead to inventory details.
  • If the user is the owner of the inventory, should allow to delete it.
  • Make sure there are no N+1 queries happening.
  • Inventories list (with all CRUD implementation, except for 'update').

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.