Metadata-Version: 2.1
Name: empty_my_fridge
Version: 1.0.7
Summary: Get your Daily Recipes
Home-page: https://github.com/edwarddubi/empty_my_fridge_django
Author: Charles Charlestin, Rebecca Boes, Cyan Perez, Randolph Maynes, Edward Mensah
License: MI
Description: ## Empty My Fridge (Django)
        
        A web application that tells users recipes they can make based on ingredients in their fridge
        
        ## Github link
        
        [Empty My Fridge](https://github.com/edwarddubi/empty_my_fridge_django)
        
        ## PYPI
        
        [empty-my-fridge 1.0.6](https://pypi.org/project/empty-my-fridge/)
        
        ### Install using command
          - pip3 install empty-my-fridge
        
        ### Run app using
          - empty_my_fridge
        
        ## Python FrameWork
        
        - [Django](https://pypi.org/project/Django/)
        
        ## Libraries/Tools
        
        [Pyrebase](https://pypi.org/project/Pyrebase/)
        
        [BeautifulSoup](https://pypi.org/project/beautifulsoup4/)
        
        Semantic Ui or fomantic Ui css (currently, Semantic Ui)
        
        ## Templates
        
        - HTML, CSS, and JS (Snippets)
        
        ## User Experience Feedback
          
        ### Registration Confirmation
          - Once a user registers, there should be a way for them to receive visual confirmation that it has been created
        
        ### Adding Ingredients to Fridge
          - User feedback suggested that having the "Add to Fridge" and "Remove from Fridge" buttons in between the left-pane available ingredients and right-pane current fridge would be more intuitive than its current layout
        
        ### Pesky Browse Dropdown Button
          - Several users have noted trouble getting the button's dropdown options to stay expanded when they attempt to move their mouse from the button to the options. We suspect this is due to oversized margins on the button itself, but will be investigating this in Sprint #2
        
        ### Whole-Tile onClick
          - On the homepage, there are tiles for broad categories. When you look through recipes, each recipe is on its own tile. However, you cannot currently click anywhere on the tile, rather you must click on the title or name itself for the onClick to activate. The next sprint will also focus on fixing this to be more convenient for users
        
        ### Keep User's Desired Action if Redirected
          - For example, if a user tries to favorite a recipe, but is not logged in, the action should be stored for execution after they have registered/logged in
        
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
