Shopping List WordPress Plugin

2024-03-25: In an effort to learn something and give myself an online place to store my shopping list, I am trying to build a basic shopping list app.–

2024-03-26: Resources
https://www.toptal.com/wordpress/ultimate-guide-building-wordpress-plugin dated, and possibly has issues. I had problems getting this to work.
https://github.com/DevinVinson/WordPress-Plugin-Boilerplate set up wordpress plugin with some hooks already built
https://www.youtube.com/watch?v=Bx0oisOOqNg&list=PLe9sz7LoVw_OpOr0SajBxpnMSNLFdk5Ia&index=1&t=3746s&pp=gAQBiAQB Mr Digital youtube WordPress plugin tutorial, seems good so far. Trying this one today.
Mr Digital is using carbon fields to build the configuration settings as an alternate to wordpress options API.

2024-05-19: https://www.udemy.com/user/bradschiff/ and his /https://www.udemy.com/course/become-a-wordpress-developer-php-javascript/ course

Plugins:

  • ACF custom fields and links between them Advanced Custom Fields (ACF)
  • image resizer
  • map API – I integrated with Open Street Maps
  • custom permissions with multiselect