Skip to content

Commit cb21c04

Browse files
committed
feat(showcase): update rock-paper-scissors category and add santa shuffle
- Changed the category of the Rock Paper Scissors game from "games" to "apps". - Added a new showcase entry for Santa Shuffle, a Secret Santa gift exchange organizer, including its description, demo link, and technical stack.
1 parent 82979f2 commit cb21c04

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

content/showcase/rock-paper-scissors/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "Rock Paper Scissors"
33
description: "A classic Rock Paper Scissors game built with Aurelia 2, featuring an elegant UI and computer opponent."
44
date: 2024-03-15
5-
showcase_categories: ["games"]
5+
showcase_categories: ["apps"]
66
github: "Vheissu/aurelia2-rock-paper-scissors"
77
demo: "https://aurelia2-rock-paper-scissors.vercel.app/"
88
---
+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
title: "Santa Shuffle"
3+
description: "A free Secret Santa gift exchange organizer that makes creating and managing gift exchanges quick and easy."
4+
date: 2024-12-01
5+
showcase_categories: ["apps"]
6+
demo: "https://santashuffle.app"
7+
---
8+
9+
## Overview
10+
11+
Santa Shuffle is a delightful web application built with Aurelia 2 that simplifies the process of organizing Secret Santa gift exchanges. Whether you're planning a holiday party for your family, friends, or office, Santa Shuffle makes it effortless to create and manage gift exchanges while maintaining the element of surprise.
12+
13+
## Technical Stack
14+
15+
- **Frontend**: Aurelia 2 with TailwindCSS
16+
- **State Management**: Built-in Aurelia state management
17+
- **Styling**: Responsive design with winter-themed aesthetics
18+
- **Export**: PDF generation using jsPDF
19+
- **Icons**: Font Awesome for festive iconography

0 commit comments

Comments
 (0)