Skip to content

CCLancaster/Garden-Patch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Garden Patch

Welcome to your digital gardening hub!

Check out the live site here.(coming soon)

MVP

The purpose of this web app is to allow the user to do the following:

  1. Create an account
    • SQL
  2. Find their USDA Hardiness Zone via their zip code
    • API call
  3. Look up plants by their common name and find more information about them, including care
    • Double API call (1st for common name that provides the plant ID; then, utilizing the ID, a second call brings up the plant information
  4. Save favorite plants and their Hardiness Zone to their account
    • SQL

Stretch Goal:

  1. (And Eventually) Create a 4x4 grid plan of their ideal garden, utilizing their favorited plants.
    • I would do this by utilizing Canvas and HTML Drag and Drop actions

Tech Used

  • SQLAlchemy
  • Postgres
  • Flask
  • Python
  • JWT
  • React

Note: After getting through items 1-4, I found out that the Farmer's Almanac has already created the ideal form of what I wanted out of this web app - check out the possibilities here. It is crazy amazing and I hope to figure out how they coded it!

An example of utilizing the Farmer's Almanac Garden Planner

About

General Assembly - Project 4: a web app for the garden enthusiast in all of us

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published