diff --git a/.gitmodules b/.gitmodules index 21f5fcc..b05c2e0 100644 --- a/.gitmodules +++ b/.gitmodules @@ -16,3 +16,6 @@ [submodule "showcase/calendar-on-air"] path = showcase/calendar-on-air url = https://gist.github.com/dhunten/7f88654f3972bfe0fc6d70a1b5fa024a +[submodule "showcase/vending-machine"] + path = showcase/vending-machine + url = https://github.com/ShAIWhisperer/vending-machine.git diff --git a/showcase/README.md b/showcase/README.md index 42ed18a..fdb5c56 100644 --- a/showcase/README.md +++ b/showcase/README.md @@ -13,6 +13,13 @@ Community showcase of projects built by Codebuff - Fishies - An aquarium with various fishies - Code Analysis - A project by [Lachlan Gray](https://github.com/LachlanGray) to show interesting stats on any Github repo +## Vending Machine +A showcase project demonstrating a modern vending machine interface with: +- Interactive UI with animations +- Product selection and purchase flow +- Testing implementation +- [Link to repository](https://github.com/ShAIWhisperer/vending-machine) + ## Cloning This repository contains submodules. To clone including all showcase projects, use: diff --git a/showcase/vending-machine b/showcase/vending-machine new file mode 160000 index 0000000..3584d8b --- /dev/null +++ b/showcase/vending-machine @@ -0,0 +1 @@ +Subproject commit 3584d8b038897ebf5c7fecc68acdd131b7b425ea