Skip to content

Commit ecefecc

Browse files
authored
Merge pull request #5 from ShAIWhisperer/feature/add-vending-machine
Feature/add vending machine
2 parents 84b5d31 + 0780698 commit ecefecc

File tree

3 files changed

+11
-0
lines changed

3 files changed

+11
-0
lines changed

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,6 @@
1616
[submodule "showcase/calendar-on-air"]
1717
path = showcase/calendar-on-air
1818
url = https://gist.github.com/dhunten/7f88654f3972bfe0fc6d70a1b5fa024a
19+
[submodule "showcase/vending-machine"]
20+
path = showcase/vending-machine
21+
url = https://github.com/ShAIWhisperer/vending-machine.git

showcase/README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,13 @@ Community showcase of projects built by Codebuff
1313
- Fishies - An aquarium with various fishies
1414
- Code Analysis - A project by [Lachlan Gray](https://github.com/LachlanGray) to show interesting stats on any Github repo
1515

16+
## Vending Machine
17+
A showcase project demonstrating a modern vending machine interface with:
18+
- Interactive UI with animations
19+
- Product selection and purchase flow
20+
- Testing implementation
21+
- [Link to repository](https://github.com/ShAIWhisperer/vending-machine)
22+
1623
## Cloning
1724

1825
This repository contains submodules. To clone including all showcase projects, use:

showcase/vending-machine

Submodule vending-machine added at 3584d8b

0 commit comments

Comments
 (0)