Shopping Application

Hey all, I’d like to share a shopping app I’ve been working on for a while. All props to Ian Davies for showing me the ropes. There is some good stuff in here that i figured others could benefit from.

  • Sidebar filtering of the main browser window (my favorite bit)
  • Shopping cart that remembers the user between uses
  • Checkout screen with confirmation

All is functional except for the bit that fires off an email confirmation. Add in a valid gmail and password to App Secrets to get that going.

Otherwise, I hope this proves useful to the community.

https://anvil.works/ide#clone:TFP3JEPVD326VMYW=CVNH5NIQ7Y2M6E6Y4SEPF5AF

Steven

4 Likes

Wow definitely great to learn from. Thank you.