GithubHelp home page GithubHelp 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

Hi, I'm Ojwang' Briton


About me

GIF


  • ๐Ÿ”ญ Iโ€™m a Software Engineer.

  • ๐ŸŒฑ Iโ€™m currently with Microverse...

  • ๐Ÿ‘ฉโ€๐Ÿ’ป A Web3 enthusiast working on smart contracts.

  • โšก Fun fact: What about Philippines' first computer virus ๐Ÿ˜‰ and what if I said that to you?




trophy





Skills Stack


Frontend

React React React React

Backend

Tools

Linux Git Bash Git Git Git Bash

Let's Connect..!



Github Stats


Github Metrics

GitHub streak stats






fast-recipes's People

Contributors

anand8317 avatar eccb7 avatar

Stargazers

 avatar

Watchers

 avatar

fast-recipes's Issues

[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 Inventory details:

  • Should display the inventory details as in the wireframe.
  • Should lead to a form that allows users to add new 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

[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

[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.

[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 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 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.

[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

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.