Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: laurakeeley/plant-planner
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: Joyhecoder/plant-planner
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Able to merge. These branches can be automatically merged.
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Feb 27, 2024

  1. Update README.md

    Joyhecoder authored Feb 27, 2024
    Copy the full SHA
    b3cfe70 View commit details
Showing with 13 additions and 1 deletion.
  1. +13 −1 README.md
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,13 @@
# plant-planner
# Plant Planner
This is a full-stack project built with a group of two during the Develop Carolina Apprenticeship Program. The application allows users to search plants, gather detailed information of the plants, and find most suitable plants based on the locations.

# Technologies
* [JavaScript](https://www.javascript.com/)
* [Angular](https://angular.io/)
* [Python](https://www.python.org/)
* [PostgreSQL](https://www.postgresql.org/)

# Minimum Viable Product
- Users are able to create accounts.
- Users can search plants based on names, zipcodes, and other filters such as watering frequency, etc.
- Users can save their search results into favorite lists which are associated with their accounts.