Giter VIP home page Giter VIP logo

eccb7 / fast-recipes Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 121 KB

"This recipe app allows users to create, share, and manage their favorite recipes, with a focus on ingredient management and user-friendly navigation. It's a platform for home cooks and food enthusiasts to discover new dishes and connect with others who share their passion for cooking."

License: MIT License

Dockerfile 1.78% Ruby 74.61% JavaScript 1.19% CSS 0.68% HTML 21.55% Shell 0.18%
capybara-rspec devise gems rails rspec-testing ruby ruby-gems ruby-on-rails

fast-recipes's Introduction

Fast Recipes

๐Ÿ“— Table of Contents

๐Ÿ“– Fast Recipes

"This recipe app allows users to create, share, and manage their favorite recipes, with a focus on ingredient management and user-friendly navigation. It's a platform for home cooks and food enthusiasts to discover new dishes and connect with others who share their passion for cooking."

๐Ÿ›  Built With

Tech Stack

Key Features

.....

๐Ÿ’ป Getting Started

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

Prerequisites

To run this project you need:

  • A browser of your choice.
  • A text editor of your choice.
  • An installed ruby gem on your local system
  • Rails needs to be installed on your system

Setup

Clone this repository to your desired folder:

  • Use the following Commands:

Install

Usage

  • bin/rails server (to run web application)

Run tests

(back to top)

๐Ÿ‘ฅ Author

๐Ÿ‘ค Ojwang Briton

(back to top)

๐Ÿ”ญ Future Features

(back to top)

๐Ÿค Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

(back to top)

โญ๏ธ Show your support

If you like this project you can reach me through @briton_otieno4 and share more thoughts to help improve

If you like this project, give it a โญ๏ธ.

(back to top)

๐Ÿ™ Acknowledgments

I would like to thank Microverse for the support I've received so far.

(back to top)

๐Ÿ“ License

This project is MIT licensed.

fast-recipes's People

Contributors

anand8317 avatar eccb7 avatar

Stargazers

 avatar

Watchers

 avatar

fast-recipes's Issues

[5pts] Create the controllers for each model

We will create the controllers for the following models

  • User
  • Recipe
  • RecipeFood
  • Food
  • Inventory
  • InventoryFood
    In each we are to include the specific params and methods to actualize our tasks

[3pts] Add the recipes list

  • Should display a list of all recipes
  • The recipes to be displayed are those created by the logged-in user
  • It should also lead to recipe details

[2pts] Add recipe details

  • Should have a toggle button that allows a recipe to be made public or private.
  • It should be displayed as in the wireframe when the user is the owner of the recipe and also as it is when made public.
  • If the user is the owner, it should lead to the form allowing the user to add new food.
  • Should have a modal choose an inventory to create a shopping list with.

[2pts] Add The Inventory 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.

[2pts] Add Inventory details:

  • Should display the inventory details as in the wireframe.
  • Should lead to a form that allows users to add new food.

[3pts] Add Food list

  • Here, it should display a list of foods
  • The food is added by the logged-in user
  • It should display also the quantity of a given food
  • It should lead to a form that allows users to add new food

[2pts] Add devise Authentication

  • Add devise gem
  • It should help for the user login and registration
  • This is to help verify the users to check if they who they say they are.

[2pts] Add 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.

[1pt] Create Recipe Model

Create the recipe model with the following:

  • A name attribute
  • The Preparation time attribute
  • The cooking time attribute
  • A description attribute
  • A public attribute
  • A reference of the user id

[2pts] Add 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.

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.